Changeset 1077 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibCommon
- Timestamp:
- 10 Mar 2015, 17:32:41 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibCommon/TComSlice.cpp
r1073 r1077 3329 3329 } 3330 3330 } 3331 m_numLayerInIdList.push_back( m_layerSetLayerIdList[i].size());3331 m_numLayerInIdList.push_back((Int)m_layerSetLayerIdList[i].size()); 3332 3332 } 3333 3333 } … … 3591 3591 if( it != m_layerSetLayerIdList[olsIdx].end() ) 3592 3592 { 3593 layerIdc = std::distance( m_layerSetLayerIdList[olsIdx].begin(), it );3593 layerIdc = (Int)std::distance( m_layerSetLayerIdList[olsIdx].begin(), it ); 3594 3594 } 3595 3595
Note: See TracChangeset for help on using the changeset viewer.