mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2024-11-10 05:34:17 +00:00
Update moonlight-common-c to remove per-codec bitrate adjustments
This commit is contained in:
parent
c63b918bb2
commit
1ef083c952
2 changed files with 1 additions and 3 deletions
|
@ -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…
Reference in a new issue