mirror of
https://github.com/mpv-player/mpv
synced 2024-12-26 17:12:36 +00:00
ao/wasapi: add CO_E_NOTINITIALIZED to explain_err
someone on irc reported seeing this error
This commit is contained in:
parent
9633790ac6
commit
121352cd95
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user