Changeset 596 in SHVCSoftware for branches/SHM-5.0-dev/source/Lib/TLibCommon
- Timestamp:
- 2 Feb 2014, 19:30:45 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-5.0-dev/source/Lib/TLibCommon/TComSlice.cpp
r593 r596 2189 2189 // For other layers 2190 2190 Int i, m, n; 2191 for( i = 1; i < = m_numLayerSets - 1; i++ )2191 for( i = 1; i < m_numLayerSets; i++ ) 2192 2192 { 2193 2193 n = 0; … … 2196 2196 if( m_layerIdIncludedFlag[i][m] ) 2197 2197 { 2198 m_layerSetLayerIdList[i][n] = m; 2199 n++; 2198 m_layerSetLayerIdList[i][n++] = m; 2200 2199 } 2201 2200 }
Note: See TracChangeset for help on using the changeset viewer.