]> git.sesse.net Git - ffmpeg/commitdiff
lavfi/amerge: make description consistent with documentation
authorPaul B Mahol <onemda@gmail.com>
Mon, 11 Feb 2013 12:47:02 +0000 (12:47 +0000)
committerPaul B Mahol <onemda@gmail.com>
Mon, 11 Feb 2013 14:43:23 +0000 (14:43 +0000)
Signed-off-by: Paul B Mahol <onemda@gmail.com>
libavfilter/af_amerge.c

index f67a7a8c1ba295838e5685d62e2305aef4afc017..357cbbe9d5f7832ab7e29a064aa42e673afc9e61 100644 (file)
@@ -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,