]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_deshake.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_deshake.c
index 877139935134cd575e2a625a1d103d6bde1aa7fd..4ff6a9470202db8cc3cf5b00f6adc065ffc79d1c 100644 (file)
@@ -551,7 +551,7 @@ static const AVFilterPad deshake_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_deshake = {
+const AVFilter ff_vf_deshake = {
     .name          = "deshake",
     .description   = NULL_IF_CONFIG_SMALL("Stabilize shaky video."),
     .priv_size     = sizeof(DeshakeContext),