Changeset 1004 in SHVCSoftware for branches/SHM-dev/source/App/TAppEncoder/TAppEncTop.cpp
- Timestamp:
- 22 Jan 2015, 07:51:12 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/App/TAppEncoder/TAppEncTop.cpp
r999 r1004 1262 1262 } 1263 1263 } 1264 for (Int setId = 1; setId < vps->getNumLayerSets(); setId++)1264 for( Int setId = 1; setId < vps->getNumLayerSets(); setId++ ) 1265 1265 { 1266 1266 #if OUTPUT_LAYER_SETS_CONFIG 1267 for (Int i = 0; i < m_numLayerInIdList[setId]; i++)1267 for( i = 0; i < m_numLayerInIdList[setId]; i++ ) 1268 1268 { 1269 1269 Int layerId = m_layerSetLayerIdList[setId][i]; 1270 1270 #else 1271 for (Int i = 0; i < m_numLayerInIdList[setId-1]; i++)1271 for( i = 0; i < m_numLayerInIdList[setId-1]; i++ ) 1272 1272 { 1273 1273 Int layerId = m_layerSetLayerIdList[setId-1][i];
Note: See TracChangeset for help on using the changeset viewer.