summaryrefslogtreecommitdiffstats
path: root/audio
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 /audio
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 'audio')
-rw-r--r--audio/chmap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/chmap.c b/audio/chmap.c
index 316ca35c94..a4d06bb700 100644
--- a/audio/chmap.c
+++ b/audio/chmap.c
@@ -86,6 +86,7 @@ static const char *const std_layout_names[][2] = {
{"7.1(wide-side)", "fl-fr-fc-lfe-flc-frc-sl-sr"},
{"octagonal", "fl-fr-fc-bl-br-bc-sl-sr"},
{"downmix", "dl-dr"},
+ {"auto", ""}, // not in lavc
{0}
};