ffmpeg | branch: master | Paul B Mahol <[email protected]> | Mon Jan 25 00:38:41 2021 +0100| [d7c4dc2f1ac174cb504af31d5f102181b4aea0b5] | committer: Paul B Mahol
avfilter/vf_lenscorrection: add timeline support > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d7c4dc2f1ac174cb504af31d5f102181b4aea0b5 --- libavfilter/vf_lenscorrection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavfilter/vf_lenscorrection.c b/libavfilter/vf_lenscorrection.c index 2baf0fb400..8b5e950c16 100644 --- a/libavfilter/vf_lenscorrection.c +++ b/libavfilter/vf_lenscorrection.c @@ -292,5 +292,5 @@ AVFilter ff_vf_lenscorrection = { .outputs = lenscorrection_outputs, .priv_class = &lenscorrection_class, .uninit = uninit, - .flags = AVFILTER_FLAG_SLICE_THREADS, + .flags = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC | AVFILTER_FLAG_SLICE_THREADS, }; _______________________________________________ ffmpeg-cvslog mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
