Changeset 1003 in SHVCSoftware for branches/SHM-upgrade/source/App
- Timestamp:
- 22 Jan 2015, 07:42:46 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-upgrade/source/App/TAppEncoder/TAppEncTop.cpp
r1000 r1003 1322 1322 { 1323 1323 #if OUTPUT_LAYER_SETS_CONFIG 1324 for (Int i = 0; i < m_numLayerInIdList[setId]; i++)1324 for( i = 0; i < m_numLayerInIdList[setId]; i++ ) 1325 1325 { 1326 1326 Int layerId = m_layerSetLayerIdList[setId][i]; 1327 1327 #else 1328 for (Int i = 0; i < m_numLayerInIdList[setId-1]; i++)1328 for( i = 0; i < m_numLayerInIdList[setId-1]; i++ ) 1329 1329 { 1330 1330 Int layerId = m_layerSetLayerIdList[setId-1][i];
Note: See TracChangeset for help on using the changeset viewer.