Changeset 379 in SHVCSoftware for branches/SHM-3.1-dev/source


Ignore:
Timestamp:
4 Sep 2013, 00:33:37 (11 years ago)
Author:
seregin
Message:

fix for RASL and RADL picture checking, the issue was reported by Yong He <Yong.He@…> and patch was provided by Sachin Deshpande <sdeshpande@…>

File:
1 edited

Legend:

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

    r377 r379  
    790790    {
    791791#if RESTR_CHK
    792       if (pcSlice->getPOC()>0  && pcSlice->isRADL()&& pcPic->getSlice(0)->isRASL())
     792      if (pcSlice->getPOC()>0  && pcSlice->isRADL() && pcPic->getSlice(0)->getBaseColPic(pcPic->getSlice(0)->getInterLayerPredLayerIdc(0))->getSlice(0)->isRASL())
    793793      {
    794794#if JCTVC_M0458_INTERLAYER_RPS_SIG
Note: See TracChangeset for help on using the changeset viewer.