Merge pull request #2423 from shihuade/SPSUpdate
fix bug for debug mode
This commit is contained in:
commit
c0641f40d9
@ -3237,7 +3237,7 @@ void UpdatePpsList (sWelsEncCtx* pCtx) {
|
||||
void UpdateSpsPpsIdStrategyWithIncreasingId (SParaSetOffset* pPSOVector, const uint32_t kuiId, const int iParasetType) {
|
||||
#if _DEBUG
|
||||
pPSOVector->eSpsPpsIdStrategy = INCREASING_ID;
|
||||
assert (iIdx < MAX_DQ_LAYER_NUM);
|
||||
assert(kuiId < MAX_DQ_LAYER_NUM);
|
||||
#endif
|
||||
|
||||
ParasetIdAdditionIdAdjust (& (pPSOVector->sParaSetOffsetVariable[iParasetType]),
|
||||
|
Loading…
x
Reference in New Issue
Block a user