Enable 4 slices per frame as Java used to

This commit is contained in:
Cameron Gutman 2017-05-15 01:02:20 -07:00
parent 9e413000a5
commit 67469103d4

View File

@ -269,6 +269,7 @@ static DECODER_RENDERER_CALLBACKS BridgeVideoRendererCallbacks = {
.setup = BridgeDrSetup,
.cleanup = BridgeDrCleanup,
.submitDecodeUnit = BridgeDrSubmitDecodeUnit,
.capabilities = CAPABILITY_SLICES_PER_FRAME(4), // HACK: This was common-java's default
};
static AUDIO_RENDERER_CALLBACKS BridgeAudioRendererCallbacks = {