1
0
Fork 0

avfilter/af_amultiply: set output frame duration

This commit is contained in:
Paul B Mahol 2023-11-28 12:55:16 +01:00
parent 8b9c400f1d
commit 358aced447
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ static int activate(AVFilterContext *ctx)
return AVERROR(ENOMEM);
out->pts = s->frames[0]->pts;
out->duration = s->frames[0]->duration;
if (av_get_packed_sample_fmt(ctx->inputs[0]->format) == AV_SAMPLE_FMT_FLT) {
for (i = 0; i < s->planes; i++) {