1
mirror of https://github.com/mpv-player/mpv synced 2024-09-28 17:52:52 +02:00

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.
This commit is contained in:
wm4 2017-06-24 11:36:10 +02:00
parent 933db1b95f
commit 8922c7b84a

View File

@ -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}
};