Changeset 372 in 3DVCSoftware for branches/HTM-DEV-0.1-dev/source/Lib/TLibDecoder
- Timestamp:
- 3 May 2013, 17:50:04 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-0.1-dev/source/Lib/TLibDecoder/TDecTop.cpp
r368 r372 314 314 m_apcSlicePilot->setPPS(pps); 315 315 m_apcSlicePilot->setSPS(sps); 316 #if H_MV 317 m_apcSlicePilot->setVPS( m_parameterSetManagerDecoder.getActiveVPS() ); 318 #endif 316 319 pps->setSPS(sps); 317 320 pps->setNumSubstreams(pps->getEntropyCodingSyncEnabledFlag() ? ((sps->getPicHeightInLumaSamples() + sps->getMaxCUHeight() - 1) / sps->getMaxCUHeight()) * (pps->getNumColumnsMinus1() + 1) : 1);
Note: See TracChangeset for help on using the changeset viewer.