Browse code

Timeline function for the eq filter

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

Ilya87 authored on 2016/06/01 13:49:51
Showing 1 changed files
... ...
@@ -385,4 +385,5 @@ AVFilter ff_vf_eq = {
385 385
     .query_formats   = query_formats,
386 386
     .init            = initialize,
387 387
     .uninit          = uninit,
388
+    .flags         = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC,
388 389
 };