- Timestamp:
- 14 Jan 2015, 13:42:18 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibEncoder/TEncGOP.cpp
r978 r984 3583 3583 if (pocNext > m_pcCfg->getLayerSwitchOffBegin() && pocCurr < m_pcCfg->getLayerSwitchOffEnd()) 3584 3584 { 3585 OutputNALUnit nalu(NAL_UNIT_EOS, pcSlice->getTLayer(), pcSlice->getLayerId());3585 OutputNALUnit nalu(NAL_UNIT_EOS, 0, pcSlice->getLayerId()); 3586 3586 m_pcEntropyCoder->setEntropyCoder(m_pcCavlcCoder, pcSlice); 3587 3587 accessUnit.push_back(new NALUnitEBSP(nalu));
Note: See TracChangeset for help on using the changeset viewer.