1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-27 18:13:15 +00:00
mpv/libao2
wm4 e45dd051c3 ao_alsa: make code less confusing
The call snd_pcm_hw_params_alloca(&alsa_hwparams) expands to a macro,
which actually uses alloca(), and stores its result to alsa_hwparams.
At the same time, alsa_hwparams was a global variable for no good
reason. Make it less confusing and move the variables into the init()
function, where they are needed.
2012-11-01 02:12:18 +01:00
..
ao_alsa.c ao_alsa: make code less confusing 2012-11-01 02:12:18 +01:00
ao_coreaudio.c Rename to "mpv" 2012-10-12 10:14:32 +02:00
ao_dsound.c Rename to "mpv" 2012-10-12 10:14:32 +02:00
ao_jack.c Rename to "mpv" 2012-10-12 10:14:32 +02:00
ao_lavc.c encode: add options --ovfirst and --oafirst 2012-09-29 15:04:40 +02:00
ao_null.c libaf: rename af_format.h to format.h 2012-08-29 00:50:26 +02:00
ao_openal.c Rename to "mpv" 2012-10-12 10:14:32 +02:00
ao_oss.c ao_oss: make error check slightly more correct 2012-10-31 22:37:48 +01:00
ao_pcm.c libaf: rename af_format.h to format.h 2012-08-29 00:50:26 +02:00
ao_portaudio.c Rename to "mpv" 2012-10-12 10:14:32 +02:00
ao_pulse.c Rename to "mpv" 2012-10-12 10:14:32 +02:00
ao_rsound.c libaf: rename af_format.h to format.h 2012-08-29 00:50:26 +02:00
audio_out_internal.h options: move mixer.h options to struct 2012-03-20 14:51:32 +02:00
audio_out.c build: fix ao_dsound config checks 2012-10-05 15:26:31 +02:00
audio_out.h softvol, ao_pulse: prefer ao_pulse volume control by default 2012-09-23 14:57:01 +02:00