- Timestamp:
- 14 Jan 2015, 17:09:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-upgrade/source/Lib/TLibEncoder/TEncGOP.cpp
r979 r985 3421 3421 if (pocNext > m_pcCfg->getLayerSwitchOffBegin() && pocCurr < m_pcCfg->getLayerSwitchOffEnd()) 3422 3422 { 3423 OutputNALUnit nalu(NAL_UNIT_EOS, pcSlice->getTLayer(), pcSlice->getLayerId());3423 OutputNALUnit nalu(NAL_UNIT_EOS, 0, pcSlice->getLayerId()); 3424 3424 m_pcEntropyCoder->setEntropyCoder(m_pcCavlcCoder, pcSlice); 3425 3425 accessUnit.push_back(new NALUnitEBSP(nalu));
Note: See TracChangeset for help on using the changeset viewer.