- Timestamp:
- 20 Mar 2013, 22:14:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HM-10.0-dev-SHM/source/Lib/TLibEncoder/TEncGOP.cpp
r90 r91 412 412 // Set the nal unit type 413 413 pcSlice->setNalUnitType(getNalUnitType(pocCurr)); 414 #if REF_IDX_FRAMEWORK415 414 #if IDR_ALIGNMENT 416 415 TComList<TComPic*> *cListPic = m_ppcTEncTop[m_layerId-1]->getListPic(); 417 416 pcSlice->setBaseColPic (*cListPic, m_layerId ); 418 417 #endif 418 #if REF_IDX_FRAMEWORK 419 419 420 420 if( m_layerId > 0 && (pocCurr % m_pcCfg->getIntraPeriod() == 0) )
Note: See TracChangeset for help on using the changeset viewer.