mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
lavfi/geq: mark timeline support
This commit is contained in:
parent
16a75eaa20
commit
b7be8ea92a
@ -268,4 +268,5 @@ AVFilter avfilter_vf_geq = {
|
||||
.inputs = geq_inputs,
|
||||
.outputs = geq_outputs,
|
||||
.priv_class = &geq_class,
|
||||
.flags = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user