Changeset 985 in SHVCSoftware for branches


Ignore:
Timestamp:
14 Jan 2015, 17:09:00 (10 years ago)
Author:
seregin
Message:

port a fix for Temporal ID for EOS nal unit in the encoder (rev 984)

File:
1 edited

Legend:

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

    r979 r985  
    34213421      if (pocNext > m_pcCfg->getLayerSwitchOffBegin() && pocCurr < m_pcCfg->getLayerSwitchOffEnd())
    34223422      {
    3423         OutputNALUnit nalu(NAL_UNIT_EOS, pcSlice->getTLayer(), pcSlice->getLayerId());
     3423        OutputNALUnit nalu(NAL_UNIT_EOS, 0, pcSlice->getLayerId());
    34243424        m_pcEntropyCoder->setEntropyCoder(m_pcCavlcCoder, pcSlice);
    34253425        accessUnit.push_back(new NALUnitEBSP(nalu));
Note: See TracChangeset for help on using the changeset viewer.