mirror of https://git.ffmpeg.org/ffmpeg.git
avfilter/af_superequalizer: improve description
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
2820c9dfaa
commit
53624d62d9
|
@ -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);
|
||||||
|
|
||||||
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,
|
||||||
|
|
Loading…
Reference in New Issue