From 733936f376bd69b6d7743a94152d740d16679b36 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 30 Oct 2014 22:58:17 +0100 Subject: options: accept --audio-channels=auto This sounds much more intuitive, while "empty" was a bit of a WTF. --- audio/chmap.c | 1 + 1 file changed, 1 insertion(+) (limited to 'audio') 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} }; -- cgit v1.2.3