X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_histeq.c;h=dea819e672d54715fcb3a59e21c6bb444e23e26f;hb=3a3e8c35b63a40c4d59161097dc8652c15d13779;hp=2449e10dea2bbf03179e3cb786b53bae7b878f76;hpb=0ff76ca86e0ea4dcf2b392c45f5fac8e5576bb0d;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),