Changeset 412 in SHVCSoftware for branches/SHM-3.1-dev/source/Lib/TLibDecoder


Ignore:
Timestamp:
8 Oct 2013, 08:10:53 (11 years ago)
Author:
qualcomm
Message:

Correct NAL unit type name.

Changed NAL_UNIT_CODED_SLICE_TLA_R to NAL_UNIT_CODED_SLICE_TSA_R.

From: Adarsh K. Ramasubramonian <aramasub@…>

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  
    126126  else
    127127  {
    128     assert( nalu.m_nalUnitType != NAL_UNIT_CODED_SLICE_TLA_R
     128    assert( nalu.m_nalUnitType != NAL_UNIT_CODED_SLICE_TSA_R
    129129         && nalu.m_nalUnitType != NAL_UNIT_CODED_SLICE_TSA_N
    130130         && nalu.m_nalUnitType != NAL_UNIT_CODED_SLICE_STSA_R
  • branches/SHM-3.1-dev/source/Lib/TLibDecoder/TDecTop.cpp

    r411 r412  
    14691469    case NAL_UNIT_CODED_SLICE_TRAIL_R:
    14701470    case NAL_UNIT_CODED_SLICE_TRAIL_N:
    1471     case NAL_UNIT_CODED_SLICE_TLA_R:
     1471    case NAL_UNIT_CODED_SLICE_TSA_R:
    14721472    case NAL_UNIT_CODED_SLICE_TSA_N:
    14731473    case NAL_UNIT_CODED_SLICE_STSA_R:
Note: See TracChangeset for help on using the changeset viewer.