X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Faf_mcompand.c;h=ab1c2bff537d99cb6744535ada683dbbe73bea98;hb=a04ad248a05e7b613abe09b3bb067f555108d794;hp=d1a3dc123a7bde0ff0965dc7014bd468989a0544;hpb=85ba17f36dbfde1baeaa47e14d30c337add52c0d;p=ffmpeg diff --git a/libavfilter/af_mcompand.c b/libavfilter/af_mcompand.c index d1a3dc123a7..ab1c2bff537 100644 --- a/libavfilter/af_mcompand.c +++ b/libavfilter/af_mcompand.c @@ -666,7 +666,7 @@ static const AVFilterPad mcompand_outputs[] = { }; -AVFilter ff_af_mcompand = { +const AVFilter ff_af_mcompand = { .name = "mcompand", .description = NULL_IF_CONFIG_SMALL( "Multiband Compress or expand audio dynamic range."),