ref: 6d79601d93087fef6b5581d57aa075044e852ac6
parent: 46220cfb3b08d564e804f68121e0de7a6912fecc
parent: 85f4beb9a836b28d187f3d9cbb5b6bc18191ea86
author: sijchen <sijchen@cisco.com>
date: Mon May 16 18:57:32 EDT 2016
Merge pull request #2463 from HaiboZhu/Fix_build_error_windows_debug Fix the wrong variable name which casue the build error
--- a/codec/encoder/core/src/paraset_strategy.cpp
+++ b/codec/encoder/core/src/paraset_strategy.cpp
@@ -370,7 +370,7 @@
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