mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
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
Block a user