You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +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