Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2013-06-06 21:17:14 +0400
committerPaul B Mahol <onemda@gmail.com>2013-06-06 21:17:14 +0400
commit27d3d61343eee0613b0500aafe1892075c4fc5e1 (patch)
treee107bfd40fbd13b4e8d52408ff7f15320097ba5e /libavfilter/vf_framestep.c
parentb06717ef40962206f68d1f8478ed51086cc5400c (diff)
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 fb20411f56..fbbb899483 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,
};