Update moonlight-common-c to remove per-codec bitrate adjustments

This commit is contained in:
Cameron Gutman
2023-12-03 22:20:30 -06:00
parent 5443cc014a
commit a18aa26985
6 changed files with 1 additions and 31 deletions
@@ -474,8 +474,6 @@ public class Game extends Activity implements SurfaceHolder.Callback,
.enableLocalAudioPlayback(prefConfig.playHostAudio)
.setMaxPacketSize(1392)
.setRemoteConfiguration(StreamConfiguration.STREAM_CFG_AUTO) // NvConnection will perform LAN and VPN detection
.setHevcBitratePercentageMultiplier(75)
.setAv1BitratePercentageMultiplier(75)
.setSupportedVideoFormats(supportedVideoFormats)
.setAttachedGamepadMask(gamepadMask)
.setClientRefreshRateX100((int)(displayRefreshRate * 100))