add level 9 supporting
This commit is contained in:
parent
cbb6e993cf
commit
02853a9a96
@ -719,6 +719,8 @@ int32_t DecodeSpsSvcExt (PWelsDecoderContext pCtx, PSubsetSps pSpsExt, PBitStrin
|
||||
|
||||
const SLevelLimits* GetLevelLimits (int32_t iLevelIdx, bool bConstraint3) {
|
||||
switch (iLevelIdx) {
|
||||
case 9:
|
||||
return &g_ksLevelLimits[1];
|
||||
case 10:
|
||||
return &g_ksLevelLimits[0];
|
||||
case 11:
|
||||
|
Loading…
Reference in New Issue
Block a user