mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-04-08 08:46:24 +00:00
Improve AV1 support
This commit is contained in:
@@ -137,7 +137,7 @@ NvComputer::NvComputer(NvHTTP& http, QString serverInfo)
|
||||
}
|
||||
else {
|
||||
// Assume H.264 is always supported
|
||||
this->serverCodecModeSupport = 0x3;
|
||||
this->serverCodecModeSupport = SCM_H264;
|
||||
}
|
||||
|
||||
QString maxLumaPixelsHEVC = NvHTTP::getXmlString(serverInfo, "MaxLumaPixelsHEVC");
|
||||
|
||||
Reference in New Issue
Block a user