Changeset 195 in SHVCSoftware for branches/SHM-2.1-dev/source/Lib/TLibEncoder
- Timestamp:
- 14 May 2013, 18:42:37 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-2.1-dev/source/Lib/TLibEncoder/TEncGOP.cpp
r191 r195 670 670 #endif 671 671 { 672 #if RESTR_CHK 673 if (pcSlice->getPOC()>0 && pcSlice->isRADL()&& pcPic->getSlice(0)->isRASL()) 674 { 675 #if JCTVC_M0458_INTERLAYER_RPS_SIG 676 pcSlice->setActiveNumILRRefIdx(0); 677 pcSlice->setInterLayerPredEnabledFlag(0); 678 #else 679 pcSlice->setNumILRRefIdx(0); 680 #endif 681 } 682 #endif 672 683 #if JCTVC_M0458_INTERLAYER_RPS_SIG 673 684 if( pcSlice->getNalUnitType() >= NAL_UNIT_CODED_SLICE_BLA_W_LP && pcSlice->getNalUnitType() <= NAL_UNIT_CODED_SLICE_CRA )
Note: See TracChangeset for help on using the changeset viewer.