[FFmpeg-cvslog] avfilter/vf_lenscorrection: add timeline support
Paul B Mahol
git at videolan.org
Mon Jan 25 01:50:00 EET 2021
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | 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,
};
More information about the ffmpeg-cvslog
mailing list