Changeset 491 in 3DVCSoftware for branches/HTM-DEV-0.3-dev0/source/Lib/TLibDecoder
- Timestamp:
- 24 Jun 2013, 11:43:04 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-0.3-dev0/source/Lib/TLibDecoder/TDecTop.cpp
r490 r491 518 518 #if H_MV 519 519 TComSlice::markIvRefPicsAsShortTerm( m_refPicSetInterLayer ); 520 TComSlice::markCurrPic( pcPic ); 520 521 TComSlice::markIvRefPicsAsUnused ( m_ivPicLists, targetDecLayerIdSet, m_parameterSetManagerDecoder.getActiveVPS(), m_layerId, poc ); 521 522 #endif … … 673 674 674 675 #if H_MV 676 m_apcSlicePilot->setRefPicSetInterLayer( & m_refPicSetInterLayer ); 675 677 m_apcSlicePilot->setLayerId( nalu.m_layerId ); 676 678 #endif
Note: See TracChangeset for help on using the changeset viewer.