1
0
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:
Kevin Mitchell 2015-12-18 18:47:17 -08:00
parent 48b103cad7
commit e15526153e

View File

@ -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)