You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avfilter/af_alimiter: make description a bit longer
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user