Changeset 330 in SHVCSoftware for branches/SHM-3.0-dev/source/Lib


Ignore:
Timestamp:
7 Aug 2013, 23:52:12 (11 years ago)
Author:
seregin
Message:

remove ILP from DPB signalling

File:
1 edited

Legend:

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

    r324 r330  
    242242
    243243  m_iMaxRefPicNum = pcSlice->getSPS()->getMaxDecPicBuffering(pcSlice->getTLayer());     // m_uiMaxDecPicBuffering has the space for the picture currently being decoded
     244
     245#if SVC_EXTENSION
     246  m_iMaxRefPicNum += 1; // it should be updated if more than 1 resampling picture is used
     247#endif
     248
    244249  if (m_cListPic.size() < (UInt)m_iMaxRefPicNum)
    245250  {
Note: See TracChangeset for help on using the changeset viewer.