summaryrefslogtreecommitdiffstats
path: root/audio/out/ao_wasapi_utils.h
diff options
context:
space:
mode:
authorKevin Mitchell <kevmitch@gmail.com>2016-01-04 17:43:22 -0800
committerKevin Mitchell <kevmitch@gmail.com>2016-01-05 17:47:55 -0800
commitd22d24a6d53abdeac32e13317a78c0b905769185 (patch)
tree8f347752fc8c47aa0e953290ad7e83eb009f17f0 /audio/out/ao_wasapi_utils.h
parentfb84c6974d0026aab7e23aedd4136952b1c6ab7b (diff)
downloadmpv-d22d24a6d53abdeac32e13317a78c0b905769185.tar.bz2
mpv-d22d24a6d53abdeac32e13317a78c0b905769185.tar.xz
ao_wasapi: move device selection to main thread
In attempt to simplify the audio event thread, this can now be moved out.
Diffstat (limited to 'audio/out/ao_wasapi_utils.h')
-rw-r--r--audio/out/ao_wasapi_utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/out/ao_wasapi_utils.h b/audio/out/ao_wasapi_utils.h
index 8e6b4318d3..1d0c0e5dcd 100644
--- a/audio/out/ao_wasapi_utils.h
+++ b/audio/out/ao_wasapi_utils.h
@@ -38,6 +38,7 @@ char *mp_HRESULT_to_str_buf(char *buf, size_t buf_size, HRESULT hr);
bool wasapi_fill_VistaBlob(wasapi_state *state);
void wasapi_list_devs(struct ao *ao, struct ao_device_list *list);
+bool find_device(struct ao *ao);
void wasapi_dispatch(struct ao *ao);
HRESULT wasapi_thread_init(struct ao *ao);