Changeset 984 in SHVCSoftware for branches


Ignore:
Timestamp:
14 Jan 2015, 13:42:18 (10 years ago)
Author:
nokia
Message:

Fix Temporal ID for EOS nal unit in the encoder

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibEncoder/TEncGOP.cpp

    r978 r984  
    35833583        if (pocNext > m_pcCfg->getLayerSwitchOffBegin() && pocCurr < m_pcCfg->getLayerSwitchOffEnd())
    35843584        {
    3585           OutputNALUnit nalu(NAL_UNIT_EOS, pcSlice->getTLayer(), pcSlice->getLayerId());
     3585          OutputNALUnit nalu(NAL_UNIT_EOS, 0, pcSlice->getLayerId());
    35863586          m_pcEntropyCoder->setEntropyCoder(m_pcCavlcCoder, pcSlice);
    35873587          accessUnit.push_back(new NALUnitEBSP(nalu));
Note: See TracChangeset for help on using the changeset viewer.