Commit 8160864b authored by Paul B Mahol's avatar Paul B Mahol

lavfi/amerge: make description consistent with documentation

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 182e342f
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment