X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Faf_volumedetect.c;h=61af21797c77180c0da337c84f0b8a787be454ef;hb=a04ad248a05e7b613abe09b3bb067f555108d794;hp=43c1ebf02cffaaed80584df1460b20c7430c06a3;hpb=85ba17f36dbfde1baeaa47e14d30c337add52c0d;p=ffmpeg diff --git a/libavfilter/af_volumedetect.c b/libavfilter/af_volumedetect.c index 43c1ebf02cf..61af21797c7 100644 --- a/libavfilter/af_volumedetect.c +++ b/libavfilter/af_volumedetect.c @@ -155,7 +155,7 @@ static const AVFilterPad volumedetect_outputs[] = { { NULL } }; -AVFilter ff_af_volumedetect = { +const AVFilter ff_af_volumedetect = { .name = "volumedetect", .description = NULL_IF_CONFIG_SMALL("Detect audio volume."), .priv_size = sizeof(VolDetectContext),