diff options
author | Ilya87 <yast4ik@yahoo.com> | 2016-06-01 07:49:51 +0300 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-06-13 01:57:22 +0200 |
commit | be37a669714094b9321f9f6f2947a296fe020483 (patch) | |
tree | 7ac8c0e42e657e7537829cce0a5095dd27729ff7 /libavfilter | |
parent | 4a8ed314fb388b8e6bc31c373474c05cfb09061c (diff) | |
download | ffmpeg-streaming-be37a669714094b9321f9f6f2947a296fe020483.zip ffmpeg-streaming-be37a669714094b9321f9f6f2947a296fe020483.tar.gz |
Timeline function for the eq filter
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavfilter')
-rw-r--r-- | libavfilter/vf_eq.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/vf_eq.c b/libavfilter/vf_eq.c index 0b929f3..5ecdb31 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, }; |