Improve AV1 support
This commit is contained in:
parent
a589e8e3de
commit
abc391f32a
7 changed files with 194 additions and 51 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue