Changeset 423 in SHVCSoftware


Ignore:
Timestamp:
9 Oct 2013, 02:07:27 (11 years ago)
Author:
qualcomm
Message:

Fix the code when cross_layer_irap_aligned_flag= 0

File:
1 edited

Legend:

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

    r422 r423  
    773773      {
    774774#if N0147_IRAP_ALIGN_FLAG
    775         if( m_layerId > 0 && pcSlice->getVPS()->getCrossLayerIrapAlignFlag())
     775        if(pcSlice->getVPS()->getCrossLayerIrapAlignFlag())
    776776        {
    777777          TComList<TComPic*> *cListPic = m_ppcTEncTop[m_layerId]->getRefLayerEnc(0)->getListPic();
     
    786786          }
    787787        }
    788 #else
     788        else
     789#endif
    789790        pcSlice->setNalUnitType(NAL_UNIT_CODED_SLICE_CRA);
    790 #endif
    791791
    792792#if IDR_ALIGNMENT
Note: See TracChangeset for help on using the changeset viewer.