Changeset 362 in 3DVCSoftware for branches/HTM-DEV-0.1-dev/source/App/TAppDecoder
- Timestamp:
- 3 May 2013, 15:34:11 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-0.1-dev/source/App/TAppDecoder/TAppDecTop.cpp
r324 r362 296 296 } 297 297 if ( bNewPicture && 298 #endif 299 ( nalu.m_nalUnitType == NAL_UNIT_CODED_SLICE_IDR 298 ( nalu.m_nalUnitType == NAL_UNIT_CODED_SLICE_IDR_W_RADL 300 299 || nalu.m_nalUnitType == NAL_UNIT_CODED_SLICE_IDR_N_LP 301 300 || nalu.m_nalUnitType == NAL_UNIT_CODED_SLICE_BLA_N_LP 302 || nalu.m_nalUnitType == NAL_UNIT_CODED_SLICE_BLA NT303 || nalu.m_nalUnitType == NAL_UNIT_CODED_SLICE_BLA ) )301 || nalu.m_nalUnitType == NAL_UNIT_CODED_SLICE_BLA_W_RADL 302 || nalu.m_nalUnitType == NAL_UNIT_CODED_SLICE_BLA_W_LP ) ) 304 303 { 305 304 #if H_MV
Note: See TracChangeset for help on using the changeset viewer.