1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-24 00:46:58 +00:00
mpv/audio/out
wm4 ecc6e379b2 audio/out: channel map selection
Make all AOs use what has been introduced in the previous commit.

Note that even AOs which can handle all possible layouts (like ao_null)
use the new functions. This might be important if in the future
ao_select_champ() possibly honors global user options about downmixing
and so on.
2013-05-12 21:24:57 +02:00
..
ao_alsa.c audio/out: channel map selection 2013-05-12 21:24:57 +02:00
ao_coreaudio.c audio/out: channel map selection 2013-05-12 21:24:57 +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 audio/out: channel map selection 2013-05-12 21:24:57 +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
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
audio_out_internal.h audio/out: switch to channel map 2013-05-12 21:24:54 +02:00