Changeset 421 in SHVCSoftware for branches/SHM-3.1-dev/source/Lib/TLibDecoder/TDecTop.cpp
- Timestamp:
- 8 Oct 2013, 22:10:12 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-3.1-dev/source/Lib/TLibDecoder/TDecTop.cpp
r417 r421 1180 1180 Int refLayerIdc = pcPic->getSlice(0)->getInterLayerPredLayerIdc(i); 1181 1181 1182 if(m_cIlpPic[refLayerIdc] && m_cIlpPic[refLayerIdc]->getSlice(0)->isIRAP())1182 if(m_cIlpPic[refLayerIdc] && pcSlice->isIRAP()) 1183 1183 { 1184 1184 assert(pcSlice->getNalUnitType() == m_cIlpPic[refLayerIdc]->getSlice(0)->getNalUnitType());
Note: See TracChangeset for help on using the changeset viewer.