diff --git a/Limelight/Stream/Connection.m b/Limelight/Stream/Connection.m index c36ecec..2be6d04 100644 --- a/Limelight/Stream/Connection.m +++ b/Limelight/Stream/Connection.m @@ -424,12 +424,6 @@ void ClSetControllerLED(uint16_t controllerNumber, uint8_t r, uint8_t g, uint8_t // limit that to devices that support the ARMv8 AES instructions. _streamConfig.encryptionFlags = ENCFLG_AUDIO; - // Use some of the encoding efficiency improvements to - // reduce bandwidth usage while still gaining some image - // quality improvement. - _streamConfig.hevcBitratePercentageMultiplier = 75; - _streamConfig.av1BitratePercentageMultiplier = 75; - if ([Utils isActiveNetworkVPN]) { // Force remote streaming mode when a VPN is connected _streamConfig.streamingRemotely = STREAM_CFG_REMOTE; diff --git a/moonlight-common/moonlight-common-c b/moonlight-common/moonlight-common-c index 5de4a5b..3ed3ba6 160000 --- a/moonlight-common/moonlight-common-c +++ b/moonlight-common/moonlight-common-c @@ -1 +1 @@ -Subproject commit 5de4a5b85a28d8d639482a1a105c3a06eb67a2fd +Subproject commit 3ed3ba62534ce06c1b97fec46722969e7710fee6