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


Ignore:
Timestamp:
8 Oct 2013, 08:10:53 (12 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@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-3.1-dev/source/Lib/TLibEncoder/TEncGOP.cpp

    r411 r412  
    816816        else
    817817        {
    818           pcSlice->setNalUnitType(NAL_UNIT_CODED_SLICE_TLA_R);
     818          pcSlice->setNalUnitType(NAL_UNIT_CODED_SLICE_TSA_R);
    819819        }
    820820      }
     
    25672567    case NAL_UNIT_CODED_SLICE_TRAIL_R: return "TRAIL_R";
    25682568    case NAL_UNIT_CODED_SLICE_TRAIL_N: return "TRAIL_N";
    2569     case NAL_UNIT_CODED_SLICE_TLA_R:      return "TLA_R";
     2569    case NAL_UNIT_CODED_SLICE_TSA_R:      return "TSA_R";
    25702570    case NAL_UNIT_CODED_SLICE_TSA_N: return "TSA_N";
    25712571    case NAL_UNIT_CODED_SLICE_STSA_R: return "STSA_R";
Note: See TracChangeset for help on using the changeset viewer.