mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2026-04-03 06:16:05 +00:00
Allow packet receiving to happen in parallel with video decoding by not using direct-submit
This commit is contained in:
@@ -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)
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user