Changeset 1518 in SHVCSoftware


Ignore:
Timestamp:
7 Jan 2016, 01:03:09 (8 years ago)
Author:
seregin
Message:

replace NALU type constants 15 and 24

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibDecoder/TDecTop.cpp

    r1512 r1518  
    12651265      && (m_apcSlicePilot->getNalUnitType() % 2 == 1
    12661266#if CONFORMANCE_BITSTREAM_FIX
    1267         || (m_apcSlicePilot->getNalUnitType() > 15 && m_apcSlicePilot->getNalUnitType() < 24))
     1267        || (m_apcSlicePilot->getNalUnitType() >= NAL_UNIT_CODED_SLICE_BLA_W_LP && m_apcSlicePilot->getNalUnitType() <= NAL_UNIT_RESERVED_IRAP_VCL23)) // should it be NAL_UNIT_CODED_SLICE_CRA instead?
    12681268#else
    12691269        )
Note: See TracChangeset for help on using the changeset viewer.