mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-16 04:32:47 +02:00
asrc_anullsrc: amend description to reflect the recent changes
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user