Changeset 558 in SHVCSoftware for branches/SHM-5.0-dev/source/Lib/TLibEncoder


Ignore:
Timestamp:
27 Jan 2014, 17:07:13 (11 years ago)
Author:
seregin
Message:

remove RESTR_CHK macro

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-5.0-dev/source/Lib/TLibEncoder/TEncGOP.cpp

    r550 r558  
    11591159    if( m_layerId > 0 && pcSlice->getActiveNumILRRefIdx() )
    11601160    {
    1161 #if RESTR_CHK
    11621161#if POC_RESET_FLAG
    11631162      if ( pocCurr > 0          && pcSlice->isRADL() && pcPic->getSlice(0)->getBaseColPic(pcPic->getSlice(0)->getInterLayerPredLayerIdc(0))->getSlice(0)->isRASL())
     
    11731172#endif
    11741173      }
    1175 #endif
    11761174#if JCTVC_M0458_INTERLAYER_RPS_SIG
    11771175      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.