Changeset 462 in SHVCSoftware for branches/SHM-4.0-dev/source/Lib/TLibDecoder


Ignore:
Timestamp:
12 Nov 2013, 19:19:27 (11 years ago)
Author:
seregin
Message:

use layerIdc for accessing the reference layer picture for MFM constraint

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-4.0-dev/source/Lib/TLibDecoder/TDecTop.cpp

    r460 r462  
    12261226      Int refLayerId = pcSlice->getRefPic( pcSlice->getSliceType() == B_SLICE ? ( RefPicList )( 1 - pcSlice->getColFromL0Flag() ) : REF_PIC_LIST_0 , pcSlice->getColRefIdx() )->getLayerId();
    12271227      if( refLayerId != pcSlice->getLayerId() )
    1228       {       
    1229         TComPic * pColBasePic = pcSlice->getBaseColPic( refLayerId );
     1228      {
     1229        TComPic* pColBasePic = pcSlice->getBaseColPic( *m_ppcTDecTop[refLayerId]->getListPic() );
    12301230        assert( pColBasePic->checkSameRefInfo() == true );
    12311231      }
Note: See TracChangeset for help on using the changeset viewer.