summaryrefslogtreecommitdiffstats
path: root/audio/chmap.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-06-24 11:36:10 +0200
committerwm4 <wm4@nowhere>2017-06-24 11:36:10 +0200
commit8922c7b84a769a938854e0a3aabe1ee397503770 (patch)
treea75746e503facba5e37fe6eb84d2e99e7e002ef0 /audio/chmap.c
parent933db1b95f6c476230fa86ee06e1fec5cd36e697 (diff)
downloadmpv-8922c7b84a769a938854e0a3aabe1ee397503770.tar.bz2
mpv-8922c7b84a769a938854e0a3aabe1ee397503770.tar.xz
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.
Diffstat (limited to 'audio/chmap.c')
-rw-r--r--audio/chmap.c1
1 files changed, 0 insertions, 1 deletions
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}
};