From 8922c7b84a769a938854e0a3aabe1ee397503770 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 24 Jun 2017 11:36:10 +0200 Subject: chmap: remove misleading "downmix" channel layout name I'm not even sure when/if FFmpeg produces those. It's just confusing. If you really need this, you can still use dl-dr. I expect that most use is unintentional. Probably fixes #4545. --- audio/chmap.c | 1 - 1 file changed, 1 deletion(-) (limited to 'audio') diff --git a/audio/chmap.c b/audio/chmap.c index bbd3a17404..edbe83eb68 100644 --- a/audio/chmap.c +++ b/audio/chmap.c @@ -95,7 +95,6 @@ static const char *const std_layout_names[][2] = { {"7.1(wide-side)", "fl-fr-fc-lfe-flc-frc-sl-sr"}, {"7.1(rear)", "fl-fr-fc-lfe-bl-br-sdl-sdr"}, // not in lavc {"octagonal", "fl-fr-fc-bl-br-bc-sl-sr"}, - {"downmix", "dl-dr"}, {"auto", ""}, // not in lavc {0} }; -- cgit v1.2.3