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/App/TAppEncoder/TAppEncCfg.cpp

    r398 r401  
    15741574    xConfirmPara(errorGOP,"Invalid GOP structure given");
    15751575  }
     1576#if TEMP_SCALABILITY_FIX
     1577  if( m_acLayerCfg[1].m_GOPListLayer[5].m_POC == 6  && m_acLayerCfg[1].m_GOPListLayer[7].m_POC == 7  &&
     1578    m_acLayerCfg[1].m_GOPListLayer[5].m_temporalId == 0 && m_acLayerCfg[1].m_GOPListLayer[7].m_temporalId == 0)
     1579#else
    15761580  //tentative for encoder
    15771581  if( m_acLayerCfg[1].m_GOPListLayer[5].m_POC == 6  && m_acLayerCfg[1].m_GOPListLayer[7].m_POC == 7 )
     1582#endif
    15781583  {
    15791584    //RA, POC5
Note: See TracChangeset for help on using the changeset viewer.