summaryrefslogtreecommitdiff
path: root/libavfilter/vf_eq.c
diff options
context:
space:
mode:
authorIlya87 <yast4ik@yahoo.com>2016-06-01 07:49:51 +0300
committerMichael Niedermayer <michael@niedermayer.cc>2016-06-13 01:57:22 +0200
commitbe37a669714094b9321f9f6f2947a296fe020483 (patch)
tree7ac8c0e42e657e7537829cce0a5095dd27729ff7 /libavfilter/vf_eq.c
parent4a8ed314fb388b8e6bc31c373474c05cfb09061c (diff)
downloadffmpeg-be37a669714094b9321f9f6f2947a296fe020483.tar.gz
Timeline function for the eq filter
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavfilter/vf_eq.c')
-rw-r--r--libavfilter/vf_eq.c1
1 files changed, 1 insertions, 0 deletions
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,
};