mpv/libao2
Uoti Urpala bdcf4ddf35 ao: fix crash after ao init failure (from recent 3a5fd15fa2)
If opening an audio output driver using the old API failed the
"global_ao" variable was not set back to NULL as it should have been.
This caused an assert failure the next time there was an attempt to
open such an AO (either due to fallback to another AO after the
failure or after moving to another file). Fix.
2011-05-16 01:32:26 +03:00
..
ao_alsa.c ao_alsa: remove warning by simplifying error handling case 2011-04-20 04:22:53 +03:00
ao_alsa5.c
ao_arts.c
ao_coreaudio.c ao_coreaudio: fix compilation on OS X 10.4. 2011-01-31 16:03:10 +02:00
ao_dart.c
ao_dsound.c
ao_esd.c cleanup: avoid various GCC warnings 2011-04-20 04:22:53 +03:00
ao_ivtv.c vo_ivtv; Move ivtv_fd extern variable declaration to vo_ivtv.h 2010-11-02 04:16:46 +02:00
ao_jack.c
ao_kai.c
ao_mpegpes.c ao_mpegpes,vo_mpegpes: Rename vo_mpegpes_fd2 variable to ao_mpegpes_fd 2010-11-02 04:16:46 +02:00
ao_nas.c
ao_null.c ao_null: convert to new API, cleanup/rewrite 2011-05-05 04:45:44 +03:00
ao_openal.c
ao_oss.c
ao_pcm.c ao_pcm, core: use new API in ao_pcm, change timing with it 2011-05-05 21:34:17 +03:00
ao_pulse.c
ao_sdl.c
ao_sgi.c
ao_sun.c cleanup: remove NULL checks before free() all over the code 2010-11-14 13:11:20 +02:00
ao_v4l2.c vo_v4l2: Move v4l2_fd extern declaration to vo_v4l2.h 2010-11-02 04:16:46 +02:00
ao_win32.c
audio_out.c ao: fix crash after ao init failure (from recent 3a5fd15fa2) 2011-05-16 01:32:26 +03:00
audio_out.h ao_pcm, core: use new API in ao_pcm, change timing with it 2011-05-05 21:34:17 +03:00
audio_out_internal.h audio output: add a new AO driver API 2011-05-05 01:39:53 +03:00