[FFmpeg-cvslog] lavfi/il: add timeline support

Paul B Mahol git at videolan.org
Thu Jun 6 19:47:51 CEST 2013


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Thu Jun  6 17:44:54 2013 +0000| [355423886352969970c694826b2a40e6344b1327] | committer: Paul B Mahol

lavfi/il: add timeline support

Signed-off-by: Paul B Mahol <onemda at gmail.com>

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

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

diff --git a/libavfilter/vf_il.c b/libavfilter/vf_il.c
index 86dc683..f3a1dc1 100644
--- a/libavfilter/vf_il.c
+++ b/libavfilter/vf_il.c
@@ -209,4 +209,5 @@ AVFilter avfilter_vf_il = {
     .inputs        = inputs,
     .outputs       = outputs,
     .priv_class    = &il_class,
+    .flags         = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC,
 };



More information about the ffmpeg-cvslog mailing list