Browse code

lavfi/geq: mark timeline support

Stefano Sabatini authored on 2013/05/20 07:20:08
Showing 1 changed files
... ...
@@ -268,4 +268,5 @@ AVFilter avfilter_vf_geq = {
268 268
     .inputs        = geq_inputs,
269 269
     .outputs       = geq_outputs,
270 270
     .priv_class    = &geq_class,
271
+    .flags         = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC,
271 272
 };