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


Ignore:
Timestamp:
8 Oct 2013, 23:53:14 (11 years ago)
Author:
qualcomm
Message:

Fix for N0147.

File:
1 edited

Legend:

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

    r418 r422  
    777777          TComList<TComPic*> *cListPic = m_ppcTEncTop[m_layerId]->getRefLayerEnc(0)->getListPic();
    778778          TComPic* picLayer0 = pcSlice->getRefPic(*cListPic, pcSlice->getPOC() );
    779           if( picLayer0->getSlice(0)->isIRAP())
     779          if( picLayer0->getSlice(0)->isIRAP() && picLayer0)
    780780          {
    781781            pcSlice->setNalUnitType(picLayer0->getSlice(0)->getNalUnitType());
Note: See TracChangeset for help on using the changeset viewer.