Ignore:
Timestamp:
18 Sep 2013, 08:14:31 (11 years ago)
Author:
sony
Message:

TEMP_SCALABILITY_FIX: encoder fix to handle temporal scalability configuration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-3.1-dev/source/Lib/TLibEncoder/TEncSlice.cpp

    r389 r401  
    479479 
    480480  pcPic->setTLayer( m_pcCfg->getGOPEntry(iGOPid).m_temporalId );
     481#if TEMP_SCALABILITY_FIX
     482  if((eSliceType==I_SLICE) || (rpcSlice->getPOC() == 0))
     483#else
    481484  if(eSliceType==I_SLICE)
     485#endif
    482486  {
    483487    pcPic->setTLayer(0);
Note: See TracChangeset for help on using the changeset viewer.