Changeset 182 in SHVCSoftware for branches/SHM-2.0-dev
- Timestamp:
- 11 May 2013, 01:38:47 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-2.0-dev/source/Lib/TLibDecoder/TDecTop.cpp
r175 r182 491 491 TComPic*& pcPic = m_pcPic; 492 492 #if SVC_EXTENSION 493 m_apcSlicePilot->setVPS( m_parameterSetManagerDecoder[m_layerId].get ActiveVPS() );493 m_apcSlicePilot->setVPS( m_parameterSetManagerDecoder[m_layerId].getPrefetchedVPS(0) ); 494 494 m_apcSlicePilot->initSlice( nalu.m_layerId ); 495 495 #else
Note: See TracChangeset for help on using the changeset viewer.