mirror of https://git.ffmpeg.org/ffmpeg.git
avfilter/af_alimiter: make description a bit longer
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
5f2c233a85
commit
fd3df296c1
|
@ -350,7 +350,7 @@ static const AVFilterPad alimiter_outputs[] = {
|
|||
|
||||
AVFilter ff_af_alimiter = {
|
||||
.name = "alimiter",
|
||||
.description = NULL_IF_CONFIG_SMALL("Lookahead limiter."),
|
||||
.description = NULL_IF_CONFIG_SMALL("Audio lookahead limiter."),
|
||||
.priv_size = sizeof(AudioLimiterContext),
|
||||
.priv_class = &alimiter_class,
|
||||
.init = init,
|
||||
|
|
Loading…
Reference in New Issue