Changeset 1489 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder
- Timestamp:
- 2 Dec 2015, 23:30:10 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/TDecTop.cpp
r1487 r1489 260 260 } 261 261 262 m_iMaxRefPicNum += 1; // it should be updated if more than 1 resampling picture is used262 m_iMaxRefPicNum += 1; // SHM: it should be updated if more than 1 resampling picture is used 263 263 #else 264 264 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.