mirror of
https://github.com/mpv-player/mpv
synced 2024-12-25 08:12:17 +00:00
audio: fix ALSA 4 channel surround output
It turns out that ALSA's 4 channel layout is different from mpv's and ffmpeg's 4.0 layout. Thus trying to do 4 channel output led to incorrect remixing via lib{av,sw}resample. Fix the default layouts for the internal filter chain as well, although I'm not sure if it matters at all.
This commit is contained in:
parent
636e1edd9e
commit
a39d369c25