Changeset 1518 in SHVCSoftware
- Timestamp:
- 7 Jan 2016, 01:03:09 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/TDecTop.cpp
r1512 r1518 1265 1265 && (m_apcSlicePilot->getNalUnitType() % 2 == 1 1266 1266 #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? 1268 1268 #else 1269 1269 )
Note: See TracChangeset for help on using the changeset viewer.