Commit 68824278 authored by Paul B Mahol's avatar Paul B Mahol

avfilter/vf_midequalizer: always use framesync timestamps

parent 74236f67
......@@ -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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment