summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_framestep.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2013-06-06 17:17:14 +0000
committerPaul B Mahol <onemda@gmail.com>2013-06-06 17:17:14 +0000
commit27d3d61343eee0613b0500aafe1892075c4fc5e1 (patch)
treee107bfd40fbd13b4e8d52408ff7f15320097ba5e /libavfilter/vf_framestep.c
parentb06717ef40962206f68d1f8478ed51086cc5400c (diff)
downloadffmpeg-streaming-27d3d61343eee0613b0500aafe1892075c4fc5e1.zip
ffmpeg-streaming-27d3d61343eee0613b0500aafe1892075c4fc5e1.tar.gz
lavfi/framestep: add timeline support
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavfilter/vf_framestep.c')
-rw-r--r--libavfilter/vf_framestep.c1
1 files changed, 1 insertions, 0 deletions
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,
};
OpenPOWER on IntegriCloud