mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-25 00:32:31 +00: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 = {
|
AVFilter ff_af_alimiter = {
|
||||||
.name = "alimiter",
|
.name = "alimiter",
|
||||||
.description = NULL_IF_CONFIG_SMALL("Lookahead limiter."),
|
.description = NULL_IF_CONFIG_SMALL("Audio lookahead limiter."),
|
||||||
.priv_size = sizeof(AudioLimiterContext),
|
.priv_size = sizeof(AudioLimiterContext),
|
||||||
.priv_class = &alimiter_class,
|
.priv_class = &alimiter_class,
|
||||||
.init = init,
|
.init = init,
|
||||||
|
Loading…
Reference in New Issue
Block a user