mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-22 20:43:03 +00:00
Enable 4 slices per frame as Java used to
This commit is contained in:
parent
9e413000a5
commit
67469103d4
@ -269,6 +269,7 @@ static DECODER_RENDERER_CALLBACKS BridgeVideoRendererCallbacks = {
|
|||||||
.setup = BridgeDrSetup,
|
.setup = BridgeDrSetup,
|
||||||
.cleanup = BridgeDrCleanup,
|
.cleanup = BridgeDrCleanup,
|
||||||
.submitDecodeUnit = BridgeDrSubmitDecodeUnit,
|
.submitDecodeUnit = BridgeDrSubmitDecodeUnit,
|
||||||
|
.capabilities = CAPABILITY_SLICES_PER_FRAME(4), // HACK: This was common-java's default
|
||||||
};
|
};
|
||||||
|
|
||||||
static AUDIO_RENDERER_CALLBACKS BridgeAudioRendererCallbacks = {
|
static AUDIO_RENDERER_CALLBACKS BridgeAudioRendererCallbacks = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user