Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/af_adenorm.c')
-rw-r--r--libavfilter/af_adenorm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/af_adenorm.c b/libavfilter/af_adenorm.c
index 992a1fe56a..ee8d26ee73 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,