Changeset 423 in SHVCSoftware
- Timestamp:
- 9 Oct 2013, 02:07:27 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-3.1-dev/source/Lib/TLibEncoder/TEncGOP.cpp
r422 r423 773 773 { 774 774 #if N0147_IRAP_ALIGN_FLAG 775 if( m_layerId > 0 &&pcSlice->getVPS()->getCrossLayerIrapAlignFlag())775 if(pcSlice->getVPS()->getCrossLayerIrapAlignFlag()) 776 776 { 777 777 TComList<TComPic*> *cListPic = m_ppcTEncTop[m_layerId]->getRefLayerEnc(0)->getListPic(); … … 786 786 } 787 787 } 788 #else 788 else 789 #endif 789 790 pcSlice->setNalUnitType(NAL_UNIT_CODED_SLICE_CRA); 790 #endif791 791 792 792 #if IDR_ALIGNMENT
Note: See TracChangeset for help on using the changeset viewer.