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

Paul B Mahol git at videolan.org
Thu Jun 6 19:37:29 CEST 2013


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Thu Jun  6 17:17:14 2013 +0000| [27d3d61343eee0613b0500aafe1892075c4fc5e1] | committer: Paul B Mahol

lavfi/framestep: add timeline support

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

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

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

diff --git a/libavfilter/vf_framestep.c b/libavfilter/vf_framestep.c
index fb20411..fbbb899 100644
--- a/libavfilter/vf_framestep.c
+++ b/libavfilter/vf_framestep.c
@@ -97,4 +97,5 @@ AVFilter avfilter_vf_framestep = {
     .priv_class = &framestep_class,
     .inputs    = framestep_inputs,
     .outputs   = framestep_outputs,
+    .flags       = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC,
 };



More information about the ffmpeg-cvslog mailing list