Changeset 621 in SHVCSoftware for branches/SHM-5.1-dev/source/Lib/TLibCommon
- Timestamp:
- 21 Feb 2014, 20:20:06 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-5.1-dev/source/Lib/TLibCommon/TComSlice.cpp
r620 r621 848 848 849 849 #if SVC_EXTENSION 850 if( m_eSliceType == I_SLICE || ( m_ pcSPS->getLayerId()&&850 if( m_eSliceType == I_SLICE || ( m_layerId && 851 851 (m_eNalUnitType >= NAL_UNIT_CODED_SLICE_BLA_W_LP) && 852 852 (m_eNalUnitType <= NAL_UNIT_CODED_SLICE_CRA) ) ) … … 872 872 { 873 873 numRpsCurrTempList += m_activeNumILRRefIdx; 874 }874 } 875 875 #endif 876 876
Note: See TracChangeset for help on using the changeset viewer.