mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-07-06 19:43:17 +00:00
lavfi/framestep: add timeline support
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
@@ -97,4 +97,5 @@ AVFilter avfilter_vf_framestep = {
|
||||
.priv_class = &framestep_class,
|
||||
.inputs = framestep_inputs,
|
||||
.outputs = framestep_outputs,
|
||||
.flags = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user