Changeset 76 in SHVCSoftware for branches/HM-10.0-dev-SHM/source/Lib/TLibDecoder
- Timestamp:
- 11 Mar 2013, 23:29:54 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HM-10.0-dev-SHM/source/Lib/TLibDecoder/TDecTop.cpp
r75 r76 334 334 cFillSlice.setSPS( m_parameterSetManagerDecoder.getFirstSPS() ); 335 335 cFillSlice.setPPS( m_parameterSetManagerDecoder.getFirstPPS() ); 336 #if S ET_SLICE_LAYER_ID336 #if SVC_EXTENSION 337 337 cFillSlice.initSlice( m_parameterSetManagerDecoder.getFirstSPS()->getLayerId() ); 338 338 #else … … 343 343 cFillPic->getSlice(0)->setSPS( m_parameterSetManagerDecoder.getFirstSPS() ); 344 344 cFillPic->getSlice(0)->setPPS( m_parameterSetManagerDecoder.getFirstPPS() ); 345 #if S ET_SLICE_LAYER_ID345 #if SVC_EXTENSION 346 346 cFillPic->getSlice(0)->initSlice( cFillPic->getLayerId() ); 347 347 #else … … 434 434 { 435 435 TComPic*& pcPic = m_pcPic; 436 #if S ET_SLICE_LAYER_ID436 #if SVC_EXTENSION 437 437 m_apcSlicePilot->initSlice( nalu.m_layerId ); 438 438 #else
Note: See TracChangeset for help on using the changeset viewer.