Changeset 363 in 3DVCSoftware for branches/HTM-DEV-0.1-dev/source/App/TAppDecoder
- Timestamp:
- 3 May 2013, 15:59:14 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-0.1-dev/source/App/TAppDecoder/TAppDecTop.cpp
r362 r363 115 115 poc = -1; 116 116 #endif 117 118 117 TComList<TComPic*>* pcListPic = NULL; 119 118 … … 147 146 Bool firstSlice = true; 148 147 #endif 149 150 148 151 149 while (!!bitstreamFile) … … 296 294 } 297 295 if ( bNewPicture && 296 #endif 298 297 ( nalu.m_nalUnitType == NAL_UNIT_CODED_SLICE_IDR_W_RADL 299 298 || nalu.m_nalUnitType == NAL_UNIT_CODED_SLICE_IDR_N_LP
Note: See TracChangeset for help on using the changeset viewer.