[FFmpeg-devel] [PATCH] lavfi/amerge: make description consistent with documentation
Paul B Mahol
onemda at gmail.com
Mon Feb 11 13:48:44 CET 2013
Signed-off-by: Paul B Mahol <onemda at gmail.com>
---
libavfilter/af_amerge.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavfilter/af_amerge.c b/libavfilter/af_amerge.c
index f67a7a8..357cbbe 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,
--
1.7.11.4
More information about the ffmpeg-devel
mailing list