1
mirror of https://github.com/mpv-player/mpv synced 2024-10-22 08:51:57 +02:00

ao/wasapi: add CO_E_NOTINITIALIZED to explain_err

someone on irc reported seeing this error
This commit is contained in:
Kevin Mitchell 2014-12-24 18:16:13 -08:00
parent 9633790ac6
commit 121352cd95

View File

@ -111,6 +111,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)