X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_eq.c;h=7d740d501a46bf3bc99ff83f5794e4532b073b04;hb=a04ad248a05e7b613abe09b3bb067f555108d794;hp=114781fcafd2ebb6a680c650a0482c9a59154d3b;hpb=85ba17f36dbfde1baeaa47e14d30c337add52c0d;p=ffmpeg diff --git a/libavfilter/vf_eq.c b/libavfilter/vf_eq.c index 114781fcafd..7d740d501a4 100644 --- a/libavfilter/vf_eq.c +++ b/libavfilter/vf_eq.c @@ -377,7 +377,7 @@ static const AVOption eq_options[] = { AVFILTER_DEFINE_CLASS(eq); -AVFilter ff_vf_eq = { +const AVFilter ff_vf_eq = { .name = "eq", .description = NULL_IF_CONFIG_SMALL("Adjust brightness, contrast, gamma, and saturation."), .priv_size = sizeof(EQContext),