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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/af_superequalizer.c')
-rw-r--r--libavfilter/af_superequalizer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/af_superequalizer.c b/libavfilter/af_superequalizer.c
index 69d29f44c0..2885d4f652 100644
--- a/libavfilter/af_superequalizer.c
+++ b/libavfilter/af_superequalizer.c
@@ -357,7 +357,7 @@ AVFILTER_DEFINE_CLASS(superequalizer);
AVFilter ff_af_superequalizer = {
.name = "superequalizer",
- .description = NULL_IF_CONFIG_SMALL("Apply 18-th band equalization filter."),
+ .description = NULL_IF_CONFIG_SMALL("Apply 18 band equalization filter."),
.priv_size = sizeof(SuperEqualizerContext),
.priv_class = &superequalizer_class,
.query_formats = query_formats,