Reintroduce the 75% HEVC bitrate multiplier that the old streaming core had

This commit is contained in:
Cameron Gutman 2017-09-25 21:39:53 -07:00
parent 20c4eac4ef
commit dbb02acd37
2 changed files with 2 additions and 1 deletions

View File

@ -260,6 +260,7 @@ public class Game extends Activity implements SurfaceHolder.Callback,
.enableLocalAudioPlayback(prefConfig.playHostAudio)
.setMaxPacketSize(remote ? 1024 : 1292)
.setRemote(remote)
.setHevcBitratePercentageMultiplier(75)
.setHevcSupported(decoderRenderer.isHevcSupported())
.setAudioConfiguration(prefConfig.enable51Surround ?
MoonBridge.AUDIO_CONFIGURATION_51_SURROUND :

@ -1 +1 @@
Subproject commit ed357582916a92cea7654ed808c977a4ff0209c4
Subproject commit d84b080f2a3cc6f43e6559b66d44d443dcaa65ff