]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_dedot.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_dedot.c
index 993ac8f74fc18cf67968c1666c9361c17b56de05..b79d4a51c465f7aecb4c2a54803af2d9f87ea7ca 100644 (file)
@@ -401,7 +401,7 @@ static const AVFilterPad outputs[] = {
 
 AVFILTER_DEFINE_CLASS(dedot);
 
-AVFilter ff_vf_dedot = {
+const AVFilter ff_vf_dedot = {
     .name          = "dedot",
     .description   = NULL_IF_CONFIG_SMALL("Reduce cross-luminance and cross-color."),
     .priv_size     = sizeof(DedotContext),