Ignore:
Timestamp:
28 Feb 2013, 20:51:57 (12 years ago)
Author:
seregin
Message:

remove BL RPL setting for AVC input

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-1.1-dev/source/Lib/TLibCommon/TComSlice.cpp

    r47 r52  
    22282228      setRefPOC( pcSlice->getRefPic( eRefPicList, refIdx )->getPOC(), eRefPicList, refIdx );
    22292229      setRefPic( pcSlice->getRefPic( eRefPicList, refIdx ), eRefPicList, refIdx );
     2230      /*
     2231      // should be set if the base layer has its own instance of the reference picture lists, currently EL RPL is reused.
    22302232      getRefPic( eRefPicList, refIdx )->setLayerId( 0 );
    22312233      getRefPic( eRefPicList, refIdx )->setIsLongTerm( pcSlice->getRefPic( eRefPicList, refIdx )->getIsLongTerm() );
    22322234      getRefPic( eRefPicList, refIdx )->setIsUsedAsLongTerm( pcSlice->getRefPic( eRefPicList, refIdx )->getIsUsedAsLongTerm() );
     2235      */
    22332236
    22342237    }
Note: See TracChangeset for help on using the changeset viewer.