Merge pull request #2463 from HaiboZhu/Fix_build_error_windows_debug
Fix the wrong variable name which casue the build error
This commit is contained in:
commit
6d79601d93
@ -370,7 +370,7 @@ void ParasetIdAdditionIdAdjust (SParaSetOffsetVariable* sParaSetOffsetVariable,
|
||||
|
||||
void CWelsParametersetIdIncreasing::Update (const uint32_t kuiId, const int iParasetType) {
|
||||
#if _DEBUG
|
||||
m_sParaSetOffset.SpsPpsIdStrategy = INCREASING_ID;
|
||||
m_sParaSetOffset.eSpsPpsIdStrategy = INCREASING_ID;
|
||||
assert (kuiId < MAX_DQ_LAYER_NUM);
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user