From 461ba50ed6e8227da034e4ebcb4316f34a720274 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 28 Dec 2014 15:05:41 +0100 Subject: chmap: add a 7.1(rear) layout name This is common on Apple systems so it's handy to have a label for it. --- audio/chmap.c | 1 + 1 file changed, 1 insertion(+) diff --git a/audio/chmap.c b/audio/chmap.c index 5396d40657..64b56b93b2 100644 --- a/audio/chmap.c +++ b/audio/chmap.c @@ -85,6 +85,7 @@ static const char *const std_layout_names[][2] = { {"7.1(alsa)", "fl-fr-bl-br-fc-lfe-sl-sr"}, // not in lavc {"7.1(wide)", "fl-fr-fc-lfe-bl-br-flc-frc"}, {"7.1(wide-side)", "fl-fr-fc-lfe-flc-frc-sl-sr"}, + {"7.1(rear)", "fl-fr-fc-lfe-bl-br-sdl-sdr"}, {"octagonal", "fl-fr-fc-bl-br-bc-sl-sr"}, {"downmix", "dl-dr"}, {"auto", ""}, // not in lavc -- cgit v1.2.3