]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_selectivecolor.c
avfilter/af_arnndn: skip array extra entries by looking for new line
[ffmpeg] / libavfilter / vf_selectivecolor.c
index d8f339d54032979ed5b5a66ec74e853d10749263..9bd79a3e603729401a813c7567d3180096d83263 100644 (file)
@@ -61,7 +61,7 @@ enum correction_method {
     NB_CORRECTION_METHODS,
 };
 
-static const char *color_names[NB_RANGES] = {
+static const char *const color_names[NB_RANGES] = {
     "red", "yellow", "green", "cyan", "blue", "magenta", "white", "neutral", "black"
 };