mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-23 15:53:08 +00:00
avfilter/vf_midequalizer: always use framesync timestamps
This commit is contained in:
parent
74236f675e
commit
6882427841
@ -122,7 +122,7 @@ static int process_frame(FFFrameSync *fs)
|
||||
s->cchange, s->histogram_size);
|
||||
}
|
||||
}
|
||||
out->pts = av_rescale_q(in0->pts, s->fs.time_base, outlink->time_base);
|
||||
out->pts = av_rescale_q(s->fs.pts, s->fs.time_base, outlink->time_base);
|
||||
|
||||
return ff_filter_frame(outlink, out);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user