1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-01 11:50:48 +00:00
mpv/audio/out
Kevin Mitchell 67c4117476 ao/wasapi: make set_ao_format EX/EXTENSIBLE agnostic
There is no guarantee that closestMatch returned by IsFormatSupported
is actually a WAVEFORMATEXTENSIBLE.

http://msdn.microsoft.com/en-us/library/windows/desktop/dd370876%28v=vs.85%29.aspx

We should therefore not blindly treat it as such.
2014-12-01 03:40:24 -08:00
..
ao_alsa.c
ao_coreaudio_exclusive.c
ao_coreaudio_properties.c
ao_coreaudio_properties.h
ao_coreaudio_utils.c
ao_coreaudio_utils.h
ao_coreaudio.c
ao_dsound.c
ao_jack.c
ao_lavc.c
ao_null.c
ao_openal.c
ao_oss.c
ao_pcm.c
ao_portaudio.c
ao_pulse.c
ao_rsound.c
ao_sdl.c
ao_sndio.c
ao_wasapi_changenotify.c ao/wasapi: expose GUID and PKEY convenience functions 2014-11-28 10:48:36 -08:00
ao_wasapi_utils.c ao/wasapi: make set_ao_format EX/EXTENSIBLE agnostic 2014-12-01 03:40:24 -08:00
ao_wasapi_utils.h ao/wasapi: make functions return bool that were acting like it 2014-11-28 10:48:36 -08:00
ao_wasapi.c ao/wasapi: remove unnecessary check of audio thread input 2014-11-28 10:52:48 -08:00
ao_wasapi.h ao/wasapi: handle VistaBlob failure more gracefully 2014-11-28 10:52:48 -08:00
ao.c
ao.h
internal.h
pull.c
push.c