Changeset 416 in SHVCSoftware for branches/SHM-3.1-dev/source/Lib/TLibEncoder
- Timestamp:
- 8 Oct 2013, 18:55:47 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-3.1-dev/source/Lib/TLibEncoder/TEncGOP.cpp
r414 r416 775 775 if( m_layerId > 0 && pcSlice->getVPS()->getCrossLayerIrapAlignFlag()) 776 776 { 777 TComList<TComPic*> *cListPic = m_ppcTEncTop[m_layerId]->getRefLayerEnc(0)->getListPic();778 TComPic* picLayer0 = pcSlice->getRefPic(*cListPic, pcSlice->getPOC() );777 TComList<TComPic*> *cListPic = m_ppcTEncTop[m_layerId]->getRefLayerEnc(0)->getListPic(); 778 TComPic* picLayer0 = pcSlice->getRefPic(*cListPic, pcSlice->getPOC() ); 779 779 if( picLayer0->getSlice(0)->isIRAP()) 780 {781 pcSlice->setNalUnitType(picLayer0->getSlice(0)->getNalUnitType());782 }783 else780 { 781 pcSlice->setNalUnitType(picLayer0->getSlice(0)->getNalUnitType()); 782 } 783 else 784 784 { 785 785 pcSlice->setNalUnitType(NAL_UNIT_CODED_SLICE_CRA);
Note: See TracChangeset for help on using the changeset viewer.