summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-07-25 22:44:06 +0200
committerwm4 <wm4@nowhere>2015-07-25 22:44:06 +0200
commit616d1510a71228e5b87a19a7b65dbeba36e57462 (patch)
treef14b78a894e9a7fd82a5197ea201ba345fd5dd00 /etc
parent95b930f8661c5967206739d3d5a6728191393817 (diff)
downloadmpv-616d1510a71228e5b87a19a7b65dbeba36e57462.tar.bz2
mpv-616d1510a71228e5b87a19a7b65dbeba36e57462.tar.xz
manpage: document --audio-channels=auto caveats
This is an unfortunate fact of life. Maybe making this the default wasn't such a good idea after all. Also update etc/example.conf. It used an obsolete alias for "auto".
Diffstat (limited to 'etc')
-rw-r--r--etc/example.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/example.conf b/etc/example.conf
index e335c8ea12..4c545d9306 100644
--- a/etc/example.conf
+++ b/etc/example.conf
@@ -61,8 +61,9 @@
# Output 5.1 audio natively, and upmix/downmix audio with a different format.
#audio-channels=5.1
# Disable any automatic remix, _if_ the audio output accepts the audio format.
-# of the currently played file.
-#audio-channels=empty
+# of the currently played file. See caveats mentioned in the manpage.
+# (This is the default.)
+#audio-channels=auto
##################
# other settings #