mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2025-01-24 00:25:06 +00:00
Populate AV1 bitrate multiplier
This commit is contained in:
parent
24dbc96fe5
commit
e7e9df3261
1 changed files with 1 additions and 0 deletions
|
@ -603,6 +603,7 @@ bool Session::initialize()
|
|||
m_StreamConfig.fps = m_Preferences->fps;
|
||||
m_StreamConfig.bitrate = m_Preferences->bitrateKbps;
|
||||
m_StreamConfig.hevcBitratePercentageMultiplier = 75;
|
||||
m_StreamConfig.av1BitratePercentageMultiplier = 65;
|
||||
|
||||
#ifndef STEAM_LINK
|
||||
// Enable audio encryption as long as we're not on Steam Link.
|
||||
|
|
Loading…
Reference in a new issue