]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_colorcontrast.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_colorcontrast.c
index 7206c954bf1d83e0078a37c6d683e3da2ecde4f8..b5b547b46f8f04e3f77850f6d21f12d48403a818 100644 (file)
@@ -395,7 +395,7 @@ static const AVOption colorcontrast_options[] = {
 
 AVFILTER_DEFINE_CLASS(colorcontrast);
 
-AVFilter ff_vf_colorcontrast = {
+const AVFilter ff_vf_colorcontrast = {
     .name          = "colorcontrast",
     .description   = NULL_IF_CONFIG_SMALL("Adjust color contrast between RGB components."),
     .priv_size     = sizeof(ColorContrastContext),