Browse code

lavfi/amerge: make description consistent with documentation

Signed-off-by: Paul B Mahol <onemda@gmail.com>

Paul B Mahol authored on 2013/02/11 21:47:02
Showing 1 changed files
... ...
@@ -341,7 +341,7 @@ static const AVFilterPad amerge_outputs[] = {
341 341
 
342 342
 AVFilter avfilter_af_amerge = {
343 343
     .name          = "amerge",
344
-    .description   = NULL_IF_CONFIG_SMALL("Merge two audio streams into "
344
+    .description   = NULL_IF_CONFIG_SMALL("Merge two or more audio streams into "
345 345
                                           "a single multi-channel stream."),
346 346
     .priv_size     = sizeof(AMergeContext),
347 347
     .init          = init,