Changeset 91 in SHVCSoftware for branches


Ignore:
Timestamp:
20 Mar 2013, 22:14:00 (12 years ago)
Author:
seregin
Message:

splitting parameter sets for layers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HM-10.0-dev-SHM/source/Lib/TLibEncoder/TEncGOP.cpp

    r90 r91  
    412412    // Set the nal unit type
    413413    pcSlice->setNalUnitType(getNalUnitType(pocCurr));
    414 #if REF_IDX_FRAMEWORK
    415414#if IDR_ALIGNMENT
    416415    TComList<TComPic*> *cListPic = m_ppcTEncTop[m_layerId-1]->getListPic();
    417416    pcSlice->setBaseColPic (*cListPic, m_layerId );
    418417#endif
     418#if REF_IDX_FRAMEWORK
    419419
    420420    if( m_layerId > 0 && (pocCurr % m_pcCfg->getIntraPeriod() == 0) )
Note: See TracChangeset for help on using the changeset viewer.