Ignore:
Timestamp:
8 Oct 2013, 22:10:12 (11 years ago)
Author:
qualcomm
Message:

fix for N0147

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-3.1-dev/source/Lib/TLibDecoder/TDecTop.cpp

    r417 r421  
    11801180        Int refLayerIdc = pcPic->getSlice(0)->getInterLayerPredLayerIdc(i);
    11811181
    1182         if(m_cIlpPic[refLayerIdc] && m_cIlpPic[refLayerIdc]->getSlice(0)->isIRAP())
     1182        if(m_cIlpPic[refLayerIdc] && pcSlice->isIRAP())
    11831183        {                 
    11841184          assert(pcSlice->getNalUnitType() == m_cIlpPic[refLayerIdc]->getSlice(0)->getNalUnitType());
Note: See TracChangeset for help on using the changeset viewer.