mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
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
Block a user