[FFmpeg-cvslog] lavfi/geq: mark timeline support

Stefano Sabatini git at videolan.org
Mon May 20 01:42:23 CEST 2013


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Mon May 20 00:20:08 2013 +0200| [b7be8ea92a4b23de5d622097ba451c4b266e6563] | committer: Stefano Sabatini

lavfi/geq: mark timeline support

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b7be8ea92a4b23de5d622097ba451c4b266e6563
---

 libavfilter/vf_geq.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libavfilter/vf_geq.c b/libavfilter/vf_geq.c
index 5ee75d1..84ca664 100644
--- a/libavfilter/vf_geq.c
+++ b/libavfilter/vf_geq.c
@@ -268,4 +268,5 @@ AVFilter avfilter_vf_geq = {
     .inputs        = geq_inputs,
     .outputs       = geq_outputs,
     .priv_class    = &geq_class,
+    .flags         = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC,
 };



More information about the ffmpeg-cvslog mailing list