Changeset 412 in SHVCSoftware for branches/SHM-3.1-dev/source/Lib/TLibEncoder
- Timestamp:
- 8 Oct 2013, 08:10:53 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-3.1-dev/source/Lib/TLibEncoder/TEncGOP.cpp
r411 r412 816 816 else 817 817 { 818 pcSlice->setNalUnitType(NAL_UNIT_CODED_SLICE_T LA_R);818 pcSlice->setNalUnitType(NAL_UNIT_CODED_SLICE_TSA_R); 819 819 } 820 820 } … … 2567 2567 case NAL_UNIT_CODED_SLICE_TRAIL_R: return "TRAIL_R"; 2568 2568 case NAL_UNIT_CODED_SLICE_TRAIL_N: return "TRAIL_N"; 2569 case NAL_UNIT_CODED_SLICE_T LA_R: return "TLA_R";2569 case NAL_UNIT_CODED_SLICE_TSA_R: return "TSA_R"; 2570 2570 case NAL_UNIT_CODED_SLICE_TSA_N: return "TSA_N"; 2571 2571 case NAL_UNIT_CODED_SLICE_STSA_R: return "STSA_R";
Note: See TracChangeset for help on using the changeset viewer.