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:
-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,
};