Fix the wrong variable name which casue the build error

This commit is contained in:
Haibo Zhu 2016-05-17 13:46:04 +08:00
parent 46220cfb3b
commit 85f4beb9a8

View File

@ -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