lavfi/framestep: cosmetics: reindent AVFilter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
27d3d61343
commit
7d01533371
@ -91,11 +91,11 @@ static const AVFilterPad framestep_outputs[] = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
AVFilter avfilter_vf_framestep = {
|
AVFilter avfilter_vf_framestep = {
|
||||||
.name = "framestep",
|
.name = "framestep",
|
||||||
.description = NULL_IF_CONFIG_SMALL("Select one frame every N frames."),
|
.description = NULL_IF_CONFIG_SMALL("Select one frame every N frames."),
|
||||||
.priv_size = sizeof(FrameStepContext),
|
.priv_size = sizeof(FrameStepContext),
|
||||||
.priv_class = &framestep_class,
|
.priv_class = &framestep_class,
|
||||||
.inputs = framestep_inputs,
|
.inputs = framestep_inputs,
|
||||||
.outputs = framestep_outputs,
|
.outputs = framestep_outputs,
|
||||||
.flags = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC,
|
.flags = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC,
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user