Correct min Profile Level value for hevc

This commit is contained in:
Neil Burrows 2022-07-05 08:23:54 +01:00
parent 2aca107281
commit 3f0e7a73fc

View File

@ -147,7 +147,7 @@ function getDeviceProfile() as object
{
"Condition": "LessThanEqual",
"Property": "VideoLevel",
"Value": "51",
"Value": StrI(120 * 5.1),
"IsRequired": false
}
]