summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Mitchell <kevmitch@gmail.com>2014-12-24 18:16:13 -0800
committerDiogo Franco (Kovensky) <diogomfranco@gmail.com>2015-01-25 17:00:17 +0900
commit40dce4048ff7fb4eeada2c59ac74dca510b8aa45 (patch)
treee77132baf7365a302f178e4e8fa92cb6e9e989f1
parent465bd38dc6de58e11923f52e52c14a5f6f054f7c (diff)
downloadmpv-40dce4048ff7fb4eeada2c59ac74dca510b8aa45.tar.bz2
mpv-40dce4048ff7fb4eeada2c59ac74dca510b8aa45.tar.xz
ao/wasapi: add CO_E_NOTINITIALIZED to explain_err
someone on irc reported seeing this error
-rwxr-xr-xaudio/out/ao_wasapi_utils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/out/ao_wasapi_utils.c b/audio/out/ao_wasapi_utils.c
index 7be636753e..68249fd051 100755
--- a/audio/out/ao_wasapi_utils.c
+++ b/audio/out/ao_wasapi_utils.c
@@ -130,6 +130,7 @@ const char *wasapi_explain_err(const HRESULT hr)
E(E_NOTIMPL)
E(E_INVALIDARG)
E(REGDB_E_IIDNOTREG)
+ E(CO_E_NOTINITIALIZED)
E(AUDCLNT_E_NOT_INITIALIZED)
E(AUDCLNT_E_ALREADY_INITIALIZED)
E(AUDCLNT_E_WRONG_ENDPOINT_TYPE)