X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_colorconstancy.c;h=e44d9afa0197c7d47645ab5a26570942760761b4;hb=a04ad248a05e7b613abe09b3bb067f555108d794;hp=eae62204b5a15925fa2a93ad4ddf5a0e39b25d30;hpb=85ba17f36dbfde1baeaa47e14d30c337add52c0d;p=ffmpeg diff --git a/libavfilter/vf_colorconstancy.c b/libavfilter/vf_colorconstancy.c index eae62204b5a..e44d9afa019 100644 --- a/libavfilter/vf_colorconstancy.c +++ b/libavfilter/vf_colorconstancy.c @@ -747,7 +747,7 @@ static const AVOption greyedge_options[] = { AVFILTER_DEFINE_CLASS(greyedge); -AVFilter ff_vf_greyedge = { +const AVFilter ff_vf_greyedge = { .name = GREY_EDGE, .description = NULL_IF_CONFIG_SMALL("Estimates scene illumination by grey edge assumption."), .priv_size = sizeof(ColorConstancyContext),