diff options
author | Paul B Mahol <onemda@gmail.com> | 2013-02-11 12:47:02 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2013-02-11 14:43:23 +0000 |
commit | 8160864b00271214ab7b144e70e512ba8a76ffdc (patch) | |
tree | cb85298afd9177d363cdd90940d0578e0e990dcf | |
parent | 182e342fdbc77b244c7af02c19a3cb126981419a (diff) | |
download | ffmpeg-8160864b00271214ab7b144e70e512ba8a76ffdc.tar.gz |
lavfi/amerge: make description consistent with documentation
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-rw-r--r-- | libavfilter/af_amerge.c | 2 |
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, |