Changeset 834 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibCommon/TComSlice.cpp
- Timestamp:
- 15 Jul 2014, 04:20:03 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibCommon/TComSlice.cpp
r827 r834 47 47 #if SVC_EXTENSION 48 48 ParameterSetMap<TComVPS> ParameterSetManager::m_vpsMap(MAX_NUM_VPS); 49 ParameterSetMap<TComSPS> ParameterSetManager::m_spsMap(MAX_NUM_SPS); 50 ParameterSetMap<TComPPS> ParameterSetManager::m_ppsMap(MAX_NUM_PPS); 49 51 Int ParameterSetManager::m_activeVPSId = -1; 50 52 #endif … … 3679 3681 ParameterSetManager::ParameterSetManager() 3680 3682 #if SVC_EXTENSION 3681 : m_spsMap(MAX_NUM_SPS) 3682 , m_ppsMap(MAX_NUM_PPS) 3683 , m_activeSPSId(-1) 3683 : m_activeSPSId(-1) 3684 3684 , m_activePPSId(-1) 3685 3685 #else
Note: See TracChangeset for help on using the changeset viewer.