Changeset 1139 in SHVCSoftware for branches/SHM-dev/source/App/TAppDecoder
- Timestamp:
- 7 Jul 2015, 23:25:11 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/App/TAppDecoder/TAppDecTop.cpp
r1116 r1139 332 332 #if ALIGNED_BUMPING 333 333 Bool outputPicturesFlag = true; 334 #if NO_OUTPUT_OF_PRIOR_PICS 334 335 335 if( m_acTDecTop[nalu.m_layerId].getNoOutputPriorPicsFlag() ) 336 336 { 337 337 outputPicturesFlag = false; 338 338 } 339 #endif340 339 341 340 if (nalu.m_nalUnitType == NAL_UNIT_EOS) // End of sequence … … 351 350 #endif 352 351 { 353 #if NO_OUTPUT_OF_PRIOR_PICS 354 if( 355 #else 356 if ( bNewPOC && 357 #endif 358 ( nalu.m_nalUnitType == NAL_UNIT_CODED_SLICE_IDR_W_RADL 352 if( nalu.m_nalUnitType == NAL_UNIT_CODED_SLICE_IDR_W_RADL 359 353 || nalu.m_nalUnitType == NAL_UNIT_CODED_SLICE_IDR_N_LP 360 354 || nalu.m_nalUnitType == NAL_UNIT_CODED_SLICE_BLA_N_LP 361 355 || nalu.m_nalUnitType == NAL_UNIT_CODED_SLICE_BLA_W_RADL 362 || nalu.m_nalUnitType == NAL_UNIT_CODED_SLICE_BLA_W_LP ))356 || nalu.m_nalUnitType == NAL_UNIT_CODED_SLICE_BLA_W_LP ) 363 357 { 364 358 flushAllPictures( nalu.m_layerId, outputPicturesFlag );
Note: See TracChangeset for help on using the changeset viewer.