mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2026-05-18 23:50:17 +00:00
Allow software decoding fallback for OS X
This commit is contained in:
+1
-1
@@ -119,7 +119,7 @@ void MoonlightInstance::VidDecSetup(int width, int height, int redrawRate, void*
|
||||
|
||||
g_Instance->m_VideoDecoder->Initialize(g_Instance->m_Graphics3D,
|
||||
PP_VIDEOPROFILE_H264HIGH,
|
||||
PP_HARDWAREACCELERATION_ONLY,
|
||||
PP_HARDWAREACCELERATION_WITHFALLBACK,
|
||||
0,
|
||||
pp::BlockUntilComplete());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user