summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorcorey <corey@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-24 16:47:54 +0000
committercorey <corey@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-24 16:47:54 +0000
commit0c184e89b039f278ff98a49761d7dea879b7a2a7 (patch)
treee1a685d94d2fe52f85aee5d8bf85a7ddf3273c9c /DOCS
parentb5f988c3b8deab39f92838d55cffbe8de39c1a06 (diff)
downloadmpv-0c184e89b039f278ff98a49761d7dea879b7a2a7.tar.bz2
mpv-0c184e89b039f278ff98a49761d7dea879b7a2a7.tar.xz
- Add missing "00" in -af pan usage line.
- Change -af pan usage and description to use a capital 'L' to make the letter easily distinguishable from a '1'. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19181 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.14
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index d21a08eb78..67735737cc 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -4364,7 +4364,7 @@ sound level is too high.
.PD 1
.
.TP
-.B pan=n[:l01:l02:...l10:l11:l12:...ln0:ln1:ln2:...]
+.B pan=n[:L00:L01:L02:...L10:L11:L12:...Ln0:Ln1:Ln2:...]
Mixes channels arbitrarily.
Basically a combination of the volume and the channels filter
that can be used to down-mix many channels to only a few,
@@ -4380,7 +4380,7 @@ this filter can be found in the examples section near the end.
.RSs
.IPs <n>\ \
number of output channels (1\-6)
-.IPs <lij>
+.IPs <Lij>
How much of input channel i is mixed into output channel j (0\-1).
So in principle you first have n numbers saying what to do with the
first input channel, then n numbers that act on the second input channel