From be37a669714094b9321f9f6f2947a296fe020483 Mon Sep 17 00:00:00 2001 From: Ilya87 Date: Wed, 1 Jun 2016 07:49:51 +0300 Subject: Timeline function for the eq filter Signed-off-by: Michael Niedermayer --- libavfilter/vf_eq.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavfilter/vf_eq.c') diff --git a/libavfilter/vf_eq.c b/libavfilter/vf_eq.c index 0b929f33b6..5ecdb31bcd 100644 --- a/libavfilter/vf_eq.c +++ b/libavfilter/vf_eq.c @@ -385,4 +385,5 @@ AVFilter ff_vf_eq = { .query_formats = query_formats, .init = initialize, .uninit = uninit, + .flags = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC, }; -- cgit v1.2.3