Changeset 52 in SHVCSoftware for branches/SHM-1.1-dev/source/Lib/TLibCommon/TComSlice.cpp
- Timestamp:
- 28 Feb 2013, 20:51:57 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-1.1-dev/source/Lib/TLibCommon/TComSlice.cpp
r47 r52 2228 2228 setRefPOC( pcSlice->getRefPic( eRefPicList, refIdx )->getPOC(), eRefPicList, refIdx ); 2229 2229 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. 2230 2232 getRefPic( eRefPicList, refIdx )->setLayerId( 0 ); 2231 2233 getRefPic( eRefPicList, refIdx )->setIsLongTerm( pcSlice->getRefPic( eRefPicList, refIdx )->getIsLongTerm() ); 2232 2234 getRefPic( eRefPicList, refIdx )->setIsUsedAsLongTerm( pcSlice->getRefPic( eRefPicList, refIdx )->getIsUsedAsLongTerm() ); 2235 */ 2233 2236 2234 2237 }
Note: See TracChangeset for help on using the changeset viewer.