[FFmpeg-cvslog] Timeline function for the eq filter
Ilya87
git at videolan.org
Mon Jun 13 02:26:54 CEST 2016
ffmpeg | branch: master | Ilya87 <yast4ik at yahoo.com> | Wed Jun 1 07:49:51 2016 +0300| [be37a669714094b9321f9f6f2947a296fe020483] | committer: Michael Niedermayer
Timeline function for the eq filter
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=be37a669714094b9321f9f6f2947a296fe020483
---
libavfilter/vf_eq.c | 1 +
1 file changed, 1 insertion(+)
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,
};
More information about the ffmpeg-cvslog
mailing list