]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_gradfun.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_gradfun.c
index 28da37ff93814124295ec22b0729de49042e371c..5284b1d745023e21b66f6eaba1485dbf835d0050 100644 (file)
@@ -252,7 +252,7 @@ static const AVFilterPad avfilter_vf_gradfun_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_gradfun = {
+const AVFilter ff_vf_gradfun = {
     .name          = "gradfun",
     .description   = NULL_IF_CONFIG_SMALL("Debands video quickly using gradients."),
     .priv_size     = sizeof(GradFunContext),