summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-07-30 22:19:43 +0200
committerwm4 <wm4@nowhere>2014-07-30 23:28:44 +0200
commit6afa1a2afc2ca5631d380477bc6d3e4ecc9865da (patch)
treee75f4883a8744342c7a9a3b8c2f0c56d188f9276 /DOCS
parentc3d15b50b498620b87951d6e89035bc4271ac38f (diff)
downloadmpv-6afa1a2afc2ca5631d380477bc6d3e4ecc9865da.tar.bz2
mpv-6afa1a2afc2ca5631d380477bc6d3e4ecc9865da.tar.xz
ao_alsa: disable use of non-interleaved formats by default
Some ALSA plugins take non-interleaved audio, but treat it as interleaved, which results in various funny bugs. Users keep hitting this issue, and it just doesn't seem worth the trouble. CC: @mpv-player/stable
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/ao.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/DOCS/man/ao.rst b/DOCS/man/ao.rst
index 186512c7a5..5bd82cd9f4 100644
--- a/DOCS/man/ao.rst
+++ b/DOCS/man/ao.rst
@@ -53,6 +53,10 @@ Available audio output drivers are:
Set the index of the mixer channel (default: 0). Consider the output of
"``amixer scontrols``", then the index is the number that follows the
name of the element.
+ ``non-interleaved``
+ Allow output of non-interleaved formats (if the audio decoder uses
+ this format). Currently disabled by default, because some popular
+ ALSA plugins are utterly broken with non-interleaved formats.
.. note::