X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Faf_earwax.c;h=a5a7e6a5d2d8dfb34d5b8830e79528bcd86c53d8;hb=a04ad248a05e7b613abe09b3bb067f555108d794;hp=a4434290a761eb6542b661155b651a7020411210;hpb=85ba17f36dbfde1baeaa47e14d30c337add52c0d;p=ffmpeg diff --git a/libavfilter/af_earwax.c b/libavfilter/af_earwax.c index a4434290a76..a5a7e6a5d2d 100644 --- a/libavfilter/af_earwax.c +++ b/libavfilter/af_earwax.c @@ -231,7 +231,7 @@ static const AVFilterPad earwax_outputs[] = { { NULL } }; -AVFilter ff_af_earwax = { +const AVFilter ff_af_earwax = { .name = "earwax", .description = NULL_IF_CONFIG_SMALL("Widen the stereo image."), .query_formats = query_formats,