Changeset 412 in SHVCSoftware for branches/SHM-3.1-dev/source/Lib/TLibDecoder
- Timestamp:
- 8 Oct 2013, 08:10:53 (11 years ago)
- Location:
- branches/SHM-3.1-dev/source/Lib/TLibDecoder
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-3.1-dev/source/Lib/TLibDecoder/NALread.cpp
r313 r412 126 126 else 127 127 { 128 assert( nalu.m_nalUnitType != NAL_UNIT_CODED_SLICE_T LA_R128 assert( nalu.m_nalUnitType != NAL_UNIT_CODED_SLICE_TSA_R 129 129 && nalu.m_nalUnitType != NAL_UNIT_CODED_SLICE_TSA_N 130 130 && nalu.m_nalUnitType != NAL_UNIT_CODED_SLICE_STSA_R -
branches/SHM-3.1-dev/source/Lib/TLibDecoder/TDecTop.cpp
r411 r412 1469 1469 case NAL_UNIT_CODED_SLICE_TRAIL_R: 1470 1470 case NAL_UNIT_CODED_SLICE_TRAIL_N: 1471 case NAL_UNIT_CODED_SLICE_T LA_R:1471 case NAL_UNIT_CODED_SLICE_TSA_R: 1472 1472 case NAL_UNIT_CODED_SLICE_TSA_N: 1473 1473 case NAL_UNIT_CODED_SLICE_STSA_R:
Note: See TracChangeset for help on using the changeset viewer.