]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_deband.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_deband.c
index c05225d2b8ecef00e889f202abfa0ba9f7c423e8..aa560bd9fb1c15bfd729723b381e2a25db223247 100644 (file)
@@ -471,7 +471,7 @@ static const AVFilterPad avfilter_vf_deband_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_deband = {
+const AVFilter ff_vf_deband = {
     .name          = "deband",
     .description   = NULL_IF_CONFIG_SMALL("Debands video."),
     .priv_size     = sizeof(DebandContext),