Changeset 462 in SHVCSoftware for branches/SHM-4.0-dev/source/Lib/TLibDecoder
- Timestamp:
- 12 Nov 2013, 19:19:27 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-4.0-dev/source/Lib/TLibDecoder/TDecTop.cpp
r460 r462 1226 1226 Int refLayerId = pcSlice->getRefPic( pcSlice->getSliceType() == B_SLICE ? ( RefPicList )( 1 - pcSlice->getColFromL0Flag() ) : REF_PIC_LIST_0 , pcSlice->getColRefIdx() )->getLayerId(); 1227 1227 if( refLayerId != pcSlice->getLayerId() ) 1228 { 1229 TComPic * pColBasePic = pcSlice->getBaseColPic( refLayerId);1228 { 1229 TComPic* pColBasePic = pcSlice->getBaseColPic( *m_ppcTDecTop[refLayerId]->getListPic() ); 1230 1230 assert( pColBasePic->checkSameRefInfo() == true ); 1231 1231 }
Note: See TracChangeset for help on using the changeset viewer.