mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2025-08-17 08:36:42 +00:00
Allow packet receiving to happen in parallel with video decoding by not using direct-submit
This commit is contained in:
parent
69ba5a709b
commit
f243685990
@ -463,5 +463,5 @@ DECODER_RENDERER_CALLBACKS MoonlightInstance::s_DrCallbacks = {
|
||||
MoonlightInstance::VidDecSetup,
|
||||
MoonlightInstance::VidDecCleanup,
|
||||
MoonlightInstance::VidDecSubmitDecodeUnit,
|
||||
CAPABILITY_SLICES_PER_FRAME(4) | CAPABILITY_DIRECT_SUBMIT
|
||||
CAPABILITY_SLICES_PER_FRAME(4)
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user