]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_chromanr.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_chromanr.c
index 06325309e35b75b1f6ab7d30f54e3ddedbb1921b..66ef1587b6a5c4522e50ae03b3a53808ba33cf74 100644 (file)
@@ -262,7 +262,7 @@ static const AVFilterPad outputs[] = {
 
 AVFILTER_DEFINE_CLASS(chromanr);
 
-AVFilter ff_vf_chromanr = {
+const AVFilter ff_vf_chromanr = {
     .name          = "chromanr",
     .description   = NULL_IF_CONFIG_SMALL("Reduce chrominance noise."),
     .priv_size     = sizeof(ChromaNRContext),