Improve AV1 support

This commit is contained in:
Cameron Gutman 2023-07-16 15:38:58 -05:00
commit abc391f32a
7 changed files with 194 additions and 51 deletions

View file

@ -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");