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:
parent
e41a92910a
commit
d7c4dc2f1a
@ -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,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user