lavfi/amerge: make description consistent with documentation

Signed-off-by: Paul B Mahol <onemda@gmail.com>
pull/9/merge
Paul B Mahol 12 years ago
parent 182e342fdb
commit 8160864b00
  1. 2
      libavfilter/af_amerge.c

@ -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…
Cancel
Save