X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_histeq.c;h=dea819e672d54715fcb3a59e21c6bb444e23e26f;hb=a04ad248a05e7b613abe09b3bb067f555108d794;hp=2449e10dea2bbf03179e3cb786b53bae7b878f76;hpb=85ba17f36dbfde1baeaa47e14d30c337add52c0d;p=ffmpeg diff --git a/libavfilter/vf_histeq.c b/libavfilter/vf_histeq.c index 2449e10dea2..dea819e672d 100644 --- a/libavfilter/vf_histeq.c +++ b/libavfilter/vf_histeq.c @@ -270,7 +270,7 @@ static const AVFilterPad histeq_outputs[] = { { NULL } }; -AVFilter ff_vf_histeq = { +const AVFilter ff_vf_histeq = { .name = "histeq", .description = NULL_IF_CONFIG_SMALL("Apply global color histogram equalization."), .priv_size = sizeof(HisteqContext),