asrc_anullsrc: amend description to reflect the recent changes
This commit is contained in:
parent
1d8d987ba8
commit
9535929897
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ static int request_frame(AVFilterLink *outlink)
|
|||
|
||||
AVFilter avfilter_asrc_anullsrc = {
|
||||
.name = "anullsrc",
|
||||
.description = NULL_IF_CONFIG_SMALL("Null audio source, never return audio frames."),
|
||||
.description = NULL_IF_CONFIG_SMALL("Null audio source, return empty audio frames."),
|
||||
|
||||
.init = init,
|
||||
.priv_size = sizeof(ANullContext),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue