Changeset 806 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibDecoder/NALread.cpp
- Timestamp:
- 20 Jun 2014, 21:17:30 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-6-dev/source/Lib/TLibDecoder/NALread.cpp
r804 r806 114 114 if ( nalu.m_temporalId ) 115 115 { 116 #if 116 #if !Q0108_TSA_STSA 117 117 assert( nalu.m_nalUnitType != NAL_UNIT_CODED_SLICE_BLA_W_LP 118 118 && nalu.m_nalUnitType != NAL_UNIT_CODED_SLICE_BLA_W_RADL … … 139 139 else 140 140 { 141 #if 141 #if !Q0108_TSA_STSA 142 142 assert( nalu.m_nalUnitType != NAL_UNIT_CODED_SLICE_TSA_R 143 143 && nalu.m_nalUnitType != NAL_UNIT_CODED_SLICE_TSA_N
Note: See TracChangeset for help on using the changeset viewer.