mirror of https://git.ffmpeg.org/ffmpeg.git
avfilter/vf_maskedmerge: always use framesync timestamps
This commit is contained in:
parent
3d78ad43f7
commit
74236f675e
|
@ -136,7 +136,7 @@ static int process_frame(FFFrameSync *fs)
|
||||||
ctx->internal->execute(ctx, filter_slice, &td, NULL,
|
ctx->internal->execute(ctx, filter_slice, &td, NULL,
|
||||||
FFMIN(s->height[2], ff_filter_get_nb_threads(ctx)));
|
FFMIN(s->height[2], ff_filter_get_nb_threads(ctx)));
|
||||||
}
|
}
|
||||||
out->pts = av_rescale_q(base->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);
|
return ff_filter_frame(outlink, out);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue