]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_colorchannelmixer.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_colorchannelmixer.c
index 9857a666ff380834c2e15543aea2e4a460d2dcf7..9a538ddf5ffd6cf4ce5515aee9fa31562c03c422 100644 (file)
@@ -799,7 +799,7 @@ static const AVFilterPad colorchannelmixer_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_colorchannelmixer = {
+const AVFilter ff_vf_colorchannelmixer = {
     .name          = "colorchannelmixer",
     .description   = NULL_IF_CONFIG_SMALL("Adjust colors by mixing color channels."),
     .priv_size     = sizeof(ColorChannelMixerContext),