From 8160864b00271214ab7b144e70e512ba8a76ffdc Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Mon, 11 Feb 2013 12:47:02 +0000 Subject: lavfi/amerge: make description consistent with documentation Signed-off-by: Paul B Mahol --- libavfilter/af_amerge.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavfilter/af_amerge.c') diff --git a/libavfilter/af_amerge.c b/libavfilter/af_amerge.c index f67a7a8c1b..357cbbe9d5 100644 --- a/libavfilter/af_amerge.c +++ b/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, -- cgit v1.2.3