mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
avfilter/vf_midequalizer: always use framesync timestamps
This commit is contained in:
parent
74236f675e
commit
6882427841
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue