Changeset 306 in SHVCSoftware for branches/SHM-2.1-dev/source/App/TAppEncoder
- Timestamp:
- 4 Jul 2013, 03:30:16 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-2.1-dev/source/App/TAppEncoder/TAppEncCfg.cpp
r302 r306 1730 1730 m_maxDecPicBuffering[m_GOPList[i].m_temporalId] = m_GOPList[i].m_numRefPics + 1; 1731 1731 } 1732 1733 #if SVC_EXTENSION 1734 m_maxDecPicBuffering[m_GOPList[i].m_temporalId] += 1; // it should be updated if more than 1 resampling picture is used 1735 #endif 1736 1732 1737 Int highestDecodingNumberWithLowerPOC = 0; 1733 1738 for(Int j=0; j<m_iGOPSize; j++)
Note: See TracChangeset for help on using the changeset viewer.