Changeset 625 in SHVCSoftware for branches/SHM-5.1-dev/source/App/TAppDecoder
- Timestamp:
- 10 Mar 2014, 22:19:42 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-5.1-dev/source/App/TAppDecoder/TAppDecTop.cpp
r619 r625 256 256 #if ALIGNED_BUMPING 257 257 Bool outputPicturesFlag = true; 258 #if NO_OUTPUT_OF_PRIOR_PICS 259 if( m_acTDecTop[nalu.m_layerId].getNoOutputOfPriorPicsFlags() ) 260 { 261 outputPicturesFlag = false; 262 } 263 #endif 258 264 259 265 if (nalu.m_nalUnitType == NAL_UNIT_EOS) // End of sequence … … 263 269 if( bNewPicture ) // New picture, slice header parsed but picture not decoded 264 270 { 271 #if NO_OUTPUT_OF_PRIOR_PICS 272 if( 273 #else 265 274 if ( bNewPOC && 275 #endif 266 276 ( nalu.m_nalUnitType == NAL_UNIT_CODED_SLICE_IDR_W_RADL 267 277 || nalu.m_nalUnitType == NAL_UNIT_CODED_SLICE_IDR_N_LP … … 1041 1051 conf.getWindowBottomOffset()* yScal + defDisp.getWindowBottomOffset() ); 1042 1052 } 1043 1044 1053 // update POC of display order 1045 1054 pocLastDisplay = pic->getPOC();
Note: See TracChangeset for help on using the changeset viewer.