mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
avfilter/af_amultiply: set output frame duration
This commit is contained in:
parent
8b9c400f1d
commit
358aced447
1 changed files with 1 additions and 0 deletions
|
|
@ -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++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue