X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Faf_adenorm.c;h=ee8d26ee7345df57ddf73aa9b8b460cc5c0ea7ae;hb=a04ad248a05e7b613abe09b3bb067f555108d794;hp=992a1fe56aacd21fe2b758940607562c773354fd;hpb=85ba17f36dbfde1baeaa47e14d30c337add52c0d;p=ffmpeg diff --git a/libavfilter/af_adenorm.c b/libavfilter/af_adenorm.c index 992a1fe56aa..ee8d26ee734 100644 --- a/libavfilter/af_adenorm.c +++ b/libavfilter/af_adenorm.c @@ -318,7 +318,7 @@ static const AVOption adenorm_options[] = { AVFILTER_DEFINE_CLASS(adenorm); -AVFilter ff_af_adenorm = { +const AVFilter ff_af_adenorm = { .name = "adenorm", .description = NULL_IF_CONFIG_SMALL("Remedy denormals by adding extremely low-level noise."), .query_formats = query_formats,