Commit b7be8ea9 authored by Stefano Sabatini's avatar Stefano Sabatini

lavfi/geq: mark timeline support

parent 16a75eaa
...@@ -268,4 +268,5 @@ AVFilter avfilter_vf_geq = { ...@@ -268,4 +268,5 @@ AVFilter avfilter_vf_geq = {
.inputs = geq_inputs, .inputs = geq_inputs,
.outputs = geq_outputs, .outputs = geq_outputs,
.priv_class = &geq_class, .priv_class = &geq_class,
.flags = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC,
}; };
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment