Changeset 1578 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder
- Timestamp:
- 20 Jun 2016, 22:32:09 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified branches/SHM-dev/source/Lib/TLibDecoder/TDecTop.cpp ¶
r1575 r1578 360 360 361 361 #if SVC_EXTENSION 362 if( this->getLayerDec(pcPic->getLayerId())->m_isOutputLayerFlag == false )362 if( m_ppcTDecTop[pcPic->getLayerId()]->m_isOutputLayerFlag == false ) 363 363 { 364 364 pcPic->setOutputMark( false ); … … 538 538 539 539 #if REDUCED_ENCODER_MEMORY 540 pBLPic->create( pBLPic->getPicSym()->getSPS(), *pps, true, true, refLayerId);540 pBLPic->create( pBLPic->getPicSym()->getSPS(), *pps, false, true, refLayerId); 541 541 #else 542 542 pBLPic->create( pBLPic->getPicSym()->getSPS(), *pps, true, refLayerId); … … 2298 2298 2299 2299 #if REDUCED_ENCODER_MEMORY 2300 m_cIlpPic[j]->create(*sps, *pps, true, true, m_layerId);2300 m_cIlpPic[j]->create(*sps, *pps, false, true, m_layerId); 2301 2301 #else 2302 2302 m_cIlpPic[j]->create(*sps, *pps, true, m_layerId);
Note: See TracChangeset for help on using the changeset viewer.