Changeset 1528 in SHVCSoftware
- Timestamp:
- 16 Mar 2016, 17:39:38 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibEncoder/TEncGOP.cpp
r1523 r1528 3802 3802 m_lastPocPeriodId = (periodId == m_lastPocPeriodId) ? (periodId + 1) % 64 : periodId ; 3803 3803 3804 for( UInt i = 0; i < MAX_LAYERS; i++ )3804 for( UInt i = 0; i < m_pcCfg->getNumLayer(); i++ ) 3805 3805 { 3806 3806 m_ppcTEncTop[i]->setPocDecrementedInDPBFlag(false);
Note: See TracChangeset for help on using the changeset viewer.