Changeset 416 in SHVCSoftware for branches/SHM-3.1-dev/source/Lib/TLibEncoder


Ignore:
Timestamp:
8 Oct 2013, 18:55:47 (12 years ago)
Author:
seregin
Message:

formatting the code

File:
1 edited

Legend:

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

    r414 r416  
    775775       if( m_layerId > 0 && pcSlice->getVPS()->getCrossLayerIrapAlignFlag())
    776776       {
    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() );
    779779         if( picLayer0->getSlice(0)->isIRAP())
    780         {
    781           pcSlice->setNalUnitType(picLayer0->getSlice(0)->getNalUnitType());
    782         }
    783         else
     780         {
     781           pcSlice->setNalUnitType(picLayer0->getSlice(0)->getNalUnitType());
     782         }
     783         else
    784784         {
    785785           pcSlice->setNalUnitType(NAL_UNIT_CODED_SLICE_CRA);
Note: See TracChangeset for help on using the changeset viewer.