summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-10-30 22:58:17 +0100
committerwm4 <wm4@nowhere>2014-10-30 22:58:17 +0100
commit733936f376bd69b6d7743a94152d740d16679b36 (patch)
tree83d2f57596f74c8d08e66f9f52bd1815072d6b3e /DOCS
parent6c469dc9d9dde10bd284015548122985712535a9 (diff)
downloadmpv-733936f376bd69b6d7743a94152d740d16679b36.tar.bz2
mpv-733936f376bd69b6d7743a94152d740d16679b36.tar.xz
options: accept --audio-channels=auto
This sounds much more intuitive, while "empty" was a bit of a WTF.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/options.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 6a45cbb8ab..82b8bf95a9 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -907,8 +907,9 @@ Audio
lists speaker names, which can be used to express arbitrary channel
layouts (e.g. ``fl-fr-lfe`` is 2.1).
- You can use ``--audio-channels=empty`` to disable this. In this case, the AO
- use the channel layout as the audio filter chain indicates.
+ You can use ``--audio-channels=auto`` to disable this. In this case, the AO
+ use the channel layout as the audio filter chain indicates. (``empty`` is
+ an accepted obsolete for ``auto``.)
This will also request the channel layout from the decoder. If the decoder
does not support the layout, it will fall back to its native channel layout.