X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_chromanr.c;h=66ef1587b6a5c4522e50ae03b3a53808ba33cf74;hb=a04ad248a05e7b613abe09b3bb067f555108d794;hp=06325309e35b75b1f6ab7d30f54e3ddedbb1921b;hpb=85ba17f36dbfde1baeaa47e14d30c337add52c0d;p=ffmpeg diff --git a/libavfilter/vf_chromanr.c b/libavfilter/vf_chromanr.c index 06325309e35..66ef1587b6a 100644 --- a/libavfilter/vf_chromanr.c +++ b/libavfilter/vf_chromanr.c @@ -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),