mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2024-11-10 13:44:17 +00:00
Only avoid HEVC on GFE 3.10 and lower on macOS
This commit is contained in:
parent
9a807a0685
commit
fd63aad3b8
1 changed files with 2 additions and 0 deletions
|
@ -350,6 +350,7 @@ void Session::initialize()
|
|||
m_StreamConfig.width,
|
||||
m_StreamConfig.height,
|
||||
m_StreamConfig.fps);
|
||||
#ifdef Q_OS_DARWIN
|
||||
{
|
||||
// Prior to GFE 3.11, GFE did not allow us to constrain
|
||||
// the number of reference frames, so we have to fixup the SPS
|
||||
|
@ -364,6 +365,7 @@ void Session::initialize()
|
|||
m_StreamConfig.supportsHevc = false;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
m_StreamConfig.enableHdr = false;
|
||||
break;
|
||||
case StreamingPreferences::VCC_FORCE_H264:
|
||||
|
|
Loading…
Reference in a new issue