avfilter/af_superequalizer: improve description

Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
Paul B Mahol 2017-06-19 18:15:51 +02:00
parent 2820c9dfaa
commit 53624d62d9
2 changed files with 2 additions and 2 deletions

View File

@ -3836,7 +3836,7 @@ Set level of input signal of original channel. Default is 0.8.
@end table
@section superequalizer
Apply 18th band equalizer.
Apply 18 band equalizer.
The filter accpets the following options:
@table @option

View File

@ -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,