Changeset 961 in SHVCSoftware for branches/SHM-upgrade/source/Lib/TLibCommon/CommonDef.h
- Timestamp:
- 6 Jan 2015, 04:21:12 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-upgrade/source/Lib/TLibCommon/CommonDef.h
r916 r961 311 311 Int m_targetLayerId; 312 312 Int m_targetOutputLayerSetIdx; 313 std::vector<Int> *m_targetDecLayerIdSet; 313 std::vector<Int> *m_targetDecLayerIdSet; 314 314 Bool m_valueCheckedFlag; 315 315 Int m_highestTId; 316 316 public: 317 CommonDecoderParams(): 317 CommonDecoderParams(): 318 #if FIX_CONF_MODE 319 m_targetLayerId(MAX_VPS_LAYER_ID_PLUS1) 320 #else 318 321 m_targetLayerId(0) 322 #endif 319 323 , m_targetOutputLayerSetIdx(-1) 320 324 , m_targetDecLayerIdSet(NULL)
Note: See TracChangeset for help on using the changeset viewer.