mirror of
https://github.com/mpv-player/mpv
synced 2025-03-25 04:38:01 +00:00
ao_wasapi: add E_NOINTERFACE to error list
this is encountered trying to set up COM proxies in wine
This commit is contained in:
parent
48b103cad7
commit
e15526153e
@ -140,6 +140,7 @@ static char *wasapi_explain_err(const HRESULT hr)
|
||||
E(E_NOTIMPL)
|
||||
E(E_INVALIDARG)
|
||||
E(E_PROP_ID_UNSUPPORTED)
|
||||
E(E_NOINTERFACE)
|
||||
E(REGDB_E_IIDNOTREG)
|
||||
E(CO_E_NOTINITIALIZED)
|
||||
E(AUDCLNT_E_NOT_INITIALIZED)
|
||||
|
Loading…
Reference in New Issue
Block a user