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 = {
|
AVFilter avfilter_af_amerge = {
|
||||||
.name = "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."),
|
"a single multi-channel stream."),
|
||||||
.priv_size = sizeof(AMergeContext),
|
.priv_size = sizeof(AMergeContext),
|
||||||
.init = init,
|
.init = init,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user