mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-02-04 14:30:55 +08:00
avfilter/vf_midequalizer: always use framesync timestamps
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user