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