Changeset 401 in SHVCSoftware for branches/SHM-3.1-dev/source/App/TAppEncoder/TAppEncCfg.cpp
- Timestamp:
- 18 Sep 2013, 08:14:31 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-3.1-dev/source/App/TAppEncoder/TAppEncCfg.cpp
r398 r401 1574 1574 xConfirmPara(errorGOP,"Invalid GOP structure given"); 1575 1575 } 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 1576 1580 //tentative for encoder 1577 1581 if( m_acLayerCfg[1].m_GOPListLayer[5].m_POC == 6 && m_acLayerCfg[1].m_GOPListLayer[7].m_POC == 7 ) 1582 #endif 1578 1583 { 1579 1584 //RA, POC5
Note: See TracChangeset for help on using the changeset viewer.