mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2025-08-17 16:46:31 +00:00
Allow software decoding fallback for OS X
This commit is contained in:
parent
d2a76d525b
commit
fe0120ca16
@ -119,7 +119,7 @@ void MoonlightInstance::VidDecSetup(int width, int height, int redrawRate, void*
|
|||||||
|
|
||||||
g_Instance->m_VideoDecoder->Initialize(g_Instance->m_Graphics3D,
|
g_Instance->m_VideoDecoder->Initialize(g_Instance->m_Graphics3D,
|
||||||
PP_VIDEOPROFILE_H264HIGH,
|
PP_VIDEOPROFILE_H264HIGH,
|
||||||
PP_HARDWAREACCELERATION_ONLY,
|
PP_HARDWAREACCELERATION_WITHFALLBACK,
|
||||||
0,
|
0,
|
||||||
pp::BlockUntilComplete());
|
pp::BlockUntilComplete());
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user