mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-07-01 15:26:09 +00:00
Update moonlight-common-c to remove per-codec bitrate adjustments
This commit is contained in:
parent
c63b918bb2
commit
1ef083c952
@ -598,8 +598,6 @@ bool Session::initialize()
|
||||
m_StreamConfig.height = m_Preferences->height;
|
||||
m_StreamConfig.fps = m_Preferences->fps;
|
||||
m_StreamConfig.bitrate = m_Preferences->bitrateKbps;
|
||||
m_StreamConfig.hevcBitratePercentageMultiplier = 75;
|
||||
m_StreamConfig.av1BitratePercentageMultiplier = 75;
|
||||
|
||||
#ifndef STEAM_LINK
|
||||
// Enable audio encryption as long as we're not on Steam Link.
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 5de4a5b85a28d8d639482a1a105c3a06eb67a2fd
|
||||
Subproject commit 3ed3ba62534ce06c1b97fec46722969e7710fee6
|
Loading…
x
Reference in New Issue
Block a user