Changeset 757 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibEncoder


Ignore:
Timestamp:
29 Apr 2014, 23:58:16 (12 years ago)
Author:
seregin
Message:

remove macro IDR_ALIGNMENT

File:
1 edited

Legend:

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

    r754 r757  
    11771177#endif
    11781178          pcSlice->setNalUnitType(NAL_UNIT_CODED_SLICE_CRA);
    1179 
    1180 #if IDR_ALIGNMENT
    1181         TComList<TComPic*> *cListPic = m_ppcTEncTop[m_layerId]->getRefLayerEnc(0)->getListPic();
    1182         TComPic* picLayer0 = pcSlice->getRefPic(*cListPic, pcSlice->getPOC() );
    1183         if( picLayer0->getSlice(0)->getNalUnitType() == NAL_UNIT_CODED_SLICE_IDR_W_RADL || picLayer0->getSlice(0)->getNalUnitType() == NAL_UNIT_CODED_SLICE_IDR_N_LP )
    1184         {
    1185           pcSlice->setNalUnitType(picLayer0->getSlice(0)->getNalUnitType());
    1186         }
    1187         else
    1188         {
    1189           pcSlice->setNalUnitType(NAL_UNIT_CODED_SLICE_CRA);
    1190         }
    1191 #endif
    11921179      }
    11931180
Note: See TracChangeset for help on using the changeset viewer.