ffmpeg | branch: master | Ilya87 <[email protected]> | Wed Jun 1 07:49:51 2016 +0300| [be37a669714094b9321f9f6f2947a296fe020483] | committer: Michael Niedermayer
Timeline function for the eq filter Signed-off-by: Michael Niedermayer <[email protected]> > 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, }; _______________________________________________ ffmpeg-cvslog mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog
