1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

avfilter/vf_lenscorrection: add timeline support

This commit is contained in:
Paul B Mahol 2021-01-25 00:38:41 +01:00
parent e41a92910a
commit d7c4dc2f1a

View File

@ -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,
};