]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_selectivecolor.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_selectivecolor.c
index 9bd79a3e603729401a813c7567d3180096d83263..4733cc48f210ed19968f91812ebea1c0073a09c6 100644 (file)
@@ -470,7 +470,7 @@ static const AVFilterPad selectivecolor_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_selectivecolor = {
+const AVFilter ff_vf_selectivecolor = {
     .name          = "selectivecolor",
     .description   = NULL_IF_CONFIG_SMALL("Apply CMYK adjustments to specific color ranges."),
     .priv_size     = sizeof(SelectiveColorContext),