mirror of https://git.ffmpeg.org/ffmpeg.git
lavfi/deshake: small align prettifying.
This commit is contained in:
parent
03778575b9
commit
eaa47e7454
|
@ -558,13 +558,11 @@ static const AVFilterPad deshake_outputs[] = {
|
|||
};
|
||||
|
||||
AVFilter avfilter_vf_deshake = {
|
||||
.name = "deshake",
|
||||
.description = NULL_IF_CONFIG_SMALL("Stabilize shaky video."),
|
||||
|
||||
.priv_size = sizeof(DeshakeContext),
|
||||
|
||||
.init = init,
|
||||
.uninit = uninit,
|
||||
.name = "deshake",
|
||||
.description = NULL_IF_CONFIG_SMALL("Stabilize shaky video."),
|
||||
.priv_size = sizeof(DeshakeContext),
|
||||
.init = init,
|
||||
.uninit = uninit,
|
||||
.query_formats = query_formats,
|
||||
.inputs = deshake_inputs,
|
||||
.outputs = deshake_outputs,
|
||||
|
|
Loading…
Reference in New Issue