mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
lavfi/amerge: make description consistent with documentation
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
182e342fdb
commit
8160864b00
@ -341,7 +341,7 @@ static const AVFilterPad amerge_outputs[] = {
|
||||
|
||||
AVFilter avfilter_af_amerge = {
|
||||
.name = "amerge",
|
||||
.description = NULL_IF_CONFIG_SMALL("Merge two audio streams into "
|
||||
.description = NULL_IF_CONFIG_SMALL("Merge two or more audio streams into "
|
||||
"a single multi-channel stream."),
|
||||
.priv_size = sizeof(AMergeContext),
|
||||
.init = init,
|
||||
|
Loading…
Reference in New Issue
Block a user