X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Faf_compand.c;h=62d9c2e941f9a6ba55cc4c75d648550bfbce6939;hb=a04ad248a05e7b613abe09b3bb067f555108d794;hp=1e75be4f41e95e77f76ab885970f6ee7ec2ccc92;hpb=85ba17f36dbfde1baeaa47e14d30c337add52c0d;p=ffmpeg diff --git a/libavfilter/af_compand.c b/libavfilter/af_compand.c index 1e75be4f41e..62d9c2e941f 100644 --- a/libavfilter/af_compand.c +++ b/libavfilter/af_compand.c @@ -585,7 +585,7 @@ static const AVFilterPad compand_outputs[] = { }; -AVFilter ff_af_compand = { +const AVFilter ff_af_compand = { .name = "compand", .description = NULL_IF_CONFIG_SMALL( "Compress or expand audio dynamic range."),