Changeset 401 in SHVCSoftware for branches/SHM-3.1-dev/source/Lib/TLibEncoder/TEncSlice.cpp
- Timestamp:
- 18 Sep 2013, 08:14:31 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-3.1-dev/source/Lib/TLibEncoder/TEncSlice.cpp
r389 r401 479 479 480 480 pcPic->setTLayer( m_pcCfg->getGOPEntry(iGOPid).m_temporalId ); 481 #if TEMP_SCALABILITY_FIX 482 if((eSliceType==I_SLICE) || (rpcSlice->getPOC() == 0)) 483 #else 481 484 if(eSliceType==I_SLICE) 485 #endif 482 486 { 483 487 pcPic->setTLayer(0);
Note: See TracChangeset for help on using the changeset viewer.