shithub: openh264

Download patch

ref: 85f4beb9a836b28d187f3d9cbb5b6bc18191ea86
parent: 46220cfb3b08d564e804f68121e0de7a6912fecc
author: Haibo Zhu <haibozhu@cisco.com>
date: Tue May 17 09:46:04 EDT 2016

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