Changeset 1464 in SHVCSoftware for branches/SHM-dev/source/App
- Timestamp:
- 25 Aug 2015, 19:35:49 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/App/TAppDecoder/TAppDecTop.cpp
r1460 r1464 1835 1835 1836 1836 maxDpbLimit.m_numAUsNotDisplayed = sps->getNumReorderPics( highestTId ); // m_numAUsNotDisplayed is only variable name - stores reorderpics 1837 maxDpbLimit.m_maxLatencyIncrease = sps->getMaxLatencyIncrease ( highestTId ) > 0;1837 maxDpbLimit.m_maxLatencyIncrease = sps->getMaxLatencyIncreasePlus1( highestTId ) > 0; 1838 1838 if( maxDpbLimit.m_maxLatencyIncrease ) 1839 1839 { 1840 maxDpbLimit.m_maxLatencyPictures = sps->getMaxLatencyIncrease ( highestTId ) + sps->getNumReorderPics( highestTId ) - 1;1840 maxDpbLimit.m_maxLatencyPictures = sps->getMaxLatencyIncreasePlus1( highestTId ) + sps->getNumReorderPics( highestTId ) - 1; 1841 1841 } 1842 1842 maxDpbLimit.m_numPicsInSubDpb[0] = sps->getMaxDecPicBuffering( highestTId );
Note: See TracChangeset for help on using the changeset viewer.