Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2013-02-11 16:47:02 +0400
committerPaul B Mahol <onemda@gmail.com>2013-02-11 18:43:23 +0400
commit8160864b00271214ab7b144e70e512ba8a76ffdc (patch)
treecb85298afd9177d363cdd90940d0578e0e990dcf /libavfilter/af_amerge.c
parent182e342fdbc77b244c7af02c19a3cb126981419a (diff)
lavfi/amerge: make description consistent with documentation
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavfilter/af_amerge.c')
-rw-r--r--libavfilter/af_amerge.c2
1 files changed, 1 insertions, 1 deletions
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,