Changeset 520 in SHVCSoftware for branches/SHM-4.1-dev/source/Lib/TLibDecoder


Ignore:
Timestamp:
19 Dec 2013, 02:30:17 (11 years ago)
Author:
sharp
Message:
  1. Deshpande (Sharp) <sdeshpande@…>
  • Modification of the PicOrderCntVal of prevTid0Pic, from JCTVC-O0117
  • Modification to the decoding process for rps,from JCTVC-O0117
File:
1 edited

Legend:

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

    r518 r520  
    833833      Int pocAdjustValue = m_apcSlicePilot->getPOC();
    834834
     835#if PREVTID0_POC_RESET
     836      m_apcSlicePilot->adjustPrevTid0POC(pocAdjustValue);
     837#endif
    835838      // If poc reset flag is set to 1, reset all POC for DPB -> basically do it for each slice in the picutre
    836839      TComList<TComPic*>::iterator  iterPic = m_cListPic.begin(); 
Note: See TracChangeset for help on using the changeset viewer.