Commit 53624d62 authored by Paul B Mahol's avatar Paul B Mahol

avfilter/af_superequalizer: improve description

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 2820c9df
...@@ -3836,7 +3836,7 @@ Set level of input signal of original channel. Default is 0.8. ...@@ -3836,7 +3836,7 @@ Set level of input signal of original channel. Default is 0.8.
@end table @end table
@section superequalizer @section superequalizer
Apply 18th band equalizer. Apply 18 band equalizer.
The filter accpets the following options: The filter accpets the following options:
@table @option @table @option
......
...@@ -357,7 +357,7 @@ AVFILTER_DEFINE_CLASS(superequalizer); ...@@ -357,7 +357,7 @@ AVFILTER_DEFINE_CLASS(superequalizer);
AVFilter ff_af_superequalizer = { AVFilter ff_af_superequalizer = {
.name = "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_size = sizeof(SuperEqualizerContext),
.priv_class = &superequalizer_class, .priv_class = &superequalizer_class,
.query_formats = query_formats, .query_formats = query_formats,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment