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


Ignore:
Timestamp:
2 Dec 2015, 23:30:10 (9 years ago)
Author:
seregin
Message:

store VPS with a picture, VPS is a static pointer for now

File:
1 edited

Legend:

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

    r1487 r1489  
    260260  }
    261261
    262   m_iMaxRefPicNum += 1; // it should be updated if more than 1 resampling picture is used
     262  m_iMaxRefPicNum += 1; // SHM: it should be updated if more than 1 resampling picture is used
    263263#else
    264264  m_iMaxRefPicNum = sps.getMaxDecPicBuffering(temporalLayer);     // m_uiMaxDecPicBuffering has the space for the picture currently being decoded
Note: See TracChangeset for help on using the changeset viewer.