]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_super2xsai.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_super2xsai.c
index d6c5f44c1786277570670a1ef97d7f7d408b1f38..00e88eafe34a5da046332e0baf62ccaf6ab79d13 100644 (file)
@@ -359,7 +359,7 @@ static const AVFilterPad super2xsai_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_super2xsai = {
+const AVFilter ff_vf_super2xsai = {
     .name          = "super2xsai",
     .description   = NULL_IF_CONFIG_SMALL("Scale the input by 2x using the Super2xSaI pixel art algorithm."),
     .priv_size     = sizeof(Super2xSaIContext),