Changeset 597 in SHVCSoftware for trunk/source/Lib/TLibCommon
- Timestamp:
- 2 Feb 2014, 19:32:40 (11 years ago)
- Location:
- trunk/source
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source
- Property svn:mergeinfo changed
/branches/SHM-5.0-dev/source merged: 596
- Property svn:mergeinfo changed
-
trunk/source/Lib/TLibCommon/TComSlice.cpp
r595 r597 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.