Changeset 555 in SHVCSoftware for branches/SHM-5.0-dev/source/App


Ignore:
Timestamp:
25 Jan 2014, 01:17:26 (11 years ago)
Author:
qualcomm
Message:

P0130 EOB NALU. Fixing creation of NAL unit without any payload. See macro P0130. Provided by Hendry <fhendry@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-5.0-dev/source/App/TAppEncoder/TAppEncTop.cpp

    r553 r555  
    16571657      {
    16581658        OutputNALUnit nalu(NAL_UNIT_EOB);
    1659         nalu.m_layerId = 0;
    1660         writeRBSPTrailingBits(nalu.m_Bitstream);
     1659        nalu.m_layerId = 1;
    16611660
    16621661        AccessUnit& accessUnit = outputAccessUnits.back();
     1662        nalu.m_temporalId = accessUnit.front()->m_temporalId;
    16631663        accessUnit.push_back(new NALUnitEBSP(nalu));
    16641664      }
Note: See TracChangeset for help on using the changeset viewer.