Commit 27d3d613 authored by Paul B Mahol's avatar Paul B Mahol

lavfi/framestep: add timeline support

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent b06717ef
......@@ -97,4 +97,5 @@ AVFilter avfilter_vf_framestep = {
.priv_class = &framestep_class,
.inputs = framestep_inputs,
.outputs = framestep_outputs,
.flags = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC,
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment