Change AV1 bitrate multiplier to match HEVC

This commit is contained in:
Cameron Gutman
2023-10-15 12:49:42 -05:00
parent fe929c8e58
commit 720595091e

View File

@@ -486,7 +486,7 @@ public class Game extends Activity implements SurfaceHolder.Callback,
.setMaxPacketSize(1392)
.setRemoteConfiguration(StreamConfiguration.STREAM_CFG_AUTO) // NvConnection will perform LAN and VPN detection
.setHevcBitratePercentageMultiplier(75)
.setAv1BitratePercentageMultiplier(60)
.setAv1BitratePercentageMultiplier(75)
.setSupportedVideoFormats(supportedVideoFormats)
.setAttachedGamepadMask(gamepadMask)
.setClientRefreshRateX100((int)(displayRefreshRate * 100))