summaryrefslogtreecommitdiffstats
path: root/libaf/af_volume.c
diff options
context:
space:
mode:
authortack <tack@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-11-10 00:45:19 +0000
committertack <tack@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-11-10 00:45:19 +0000
commit3c2afd67861769e82034b2ca276d2670964fc09c (patch)
tree9fa61272171332b4352fb34bde7ced4999244444 /libaf/af_volume.c
parent1d30062395914bbc9eef1299c70018df9f333628 (diff)
downloadmpv-3c2afd67861769e82034b2ca276d2670964fc09c.tar.bz2
mpv-3c2afd67861769e82034b2ca276d2670964fc09c.tar.xz
Add support for 8 channel audio.
Where 8 channel support is non-trivial (e.g. ao_dsound), at least ensure we fail gracefully. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29868 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libaf/af_volume.c')
-rw-r--r--libaf/af_volume.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libaf/af_volume.c b/libaf/af_volume.c
index 59cdc5973e..e523333c91 100644
--- a/libaf/af_volume.c
+++ b/libaf/af_volume.c
@@ -20,7 +20,7 @@
/* This audio filter changes the volume of the sound, and can be used
when the mixer doesn't support the PCM channel. It can handle
- between 1 and 6 channels. The volume can be adjusted between -60dB
+ between 1 and AF_NCH channels. The volume can be adjusted between -60dB
to +20dB and is set on a per channels basis. The is accessed through
AF_CONTROL_VOLUME_LEVEL.