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:
sijchen 2016-05-16 22:57:32 -07:00
commit 6d79601d93

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