diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-09-06 14:06:33 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-09-06 14:06:33 +0000 |
commit | 74ab77d3429fbe3d9cbd10c3b991babeb3f89854 (patch) | |
tree | 7d58f33ccd7d087bd0b46ee09e995864f529902a /DOCS/xml | |
parent | 2153dd615f2904ba68f0cce3d37c7c609fcbd8da (diff) | |
download | mpv-74ab77d3429fbe3d9cbd10c3b991babeb3f89854.tar.bz2 mpv-74ab77d3429fbe3d9cbd10c3b991babeb3f89854.tar.xz |
pan filter needs number of _input_ channels, ported from the man page.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13265 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml')
-rw-r--r-- | DOCS/xml/en/audio.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/xml/en/audio.xml b/DOCS/xml/en/audio.xml index c688bb039a..7d870b8e83 100644 --- a/DOCS/xml/en/audio.xml +++ b/DOCS/xml/en/audio.xml @@ -839,7 +839,7 @@ depends on the number of output channels: <term><option>nch <1-6></option></term> <listitem><para> is an integer between <literal>1</literal> and <literal>6</literal> and is used -for setting the number of output channels. This option is required, leaving it +for setting the number of input channels. This option is required, leaving it empty results in a runtime error. </para></listitem> </varlistentry> |