Commit fd3df296 authored by Paul B Mahol's avatar Paul B Mahol

avfilter/af_alimiter: make description a bit longer

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 5f2c233a
......@@ -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,
......
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