mpv/audio/out
wm4 a39d369c25 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.
2013-05-13 18:27:09 +02:00
..
ao.c audio: add channel map selection function 2013-05-12 21:24:57 +02:00
ao.h audio: add channel map selection function 2013-05-12 21:24:57 +02:00
ao_alsa.c audio: fix ALSA 4 channel surround output 2013-05-13 18:27:09 +02:00
ao_coreaudio.c ao_coreaudio: fix switched parameters 2013-05-12 22:00:32 +02:00
ao_dsound.c audio/out: channel map selection 2013-05-12 21:24:57 +02:00
ao_jack.c audio/out: channel map selection 2013-05-12 21:24:57 +02:00
ao_lavc.c Merge branch 'audio_changes' 2013-05-12 21:47:55 +02:00
ao_null.c audio/out: channel map selection 2013-05-12 21:24:57 +02:00
ao_openal.c audio/out: channel map selection 2013-05-12 21:24:57 +02:00
ao_oss.c audio/out: channel map selection 2013-05-12 21:24:57 +02:00
ao_pcm.c audio/out: channel map selection 2013-05-12 21:24:57 +02:00
ao_portaudio.c audio/out: channel map selection 2013-05-12 21:24:57 +02:00
ao_pulse.c audio/out: channel map selection 2013-05-12 21:24:57 +02:00
ao_rsound.c audio/out: channel map selection 2013-05-12 21:24:57 +02:00
ao_sdl.c audio/out: channel map selection 2013-05-12 21:24:57 +02:00
audio_out_internal.h audio/out: switch to channel map 2013-05-12 21:24:54 +02:00