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


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@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-3.1-dev/source/App/TAppEncoder/TAppEncTop.cpp

    r409 r412  
    15761576    case NAL_UNIT_CODED_SLICE_TRAIL_R:
    15771577    case NAL_UNIT_CODED_SLICE_TRAIL_N:
    1578     case NAL_UNIT_CODED_SLICE_TLA_R:
     1578    case NAL_UNIT_CODED_SLICE_TSA_R:
    15791579    case NAL_UNIT_CODED_SLICE_TSA_N:
    15801580    case NAL_UNIT_CODED_SLICE_STSA_R:
Note: See TracChangeset for help on using the changeset viewer.