Changeset 1292 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder/TDecTop.h
- Timestamp:
- 18 Jul 2015, 04:14:13 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified branches/SHM-dev/source/Lib/TLibDecoder/TDecTop.h ¶
r1282 r1292 121 121 std::ostream *m_pDecodedSEIOutputStream; 122 122 123 Bool m_warningMessageSkipPicture; 124 123 125 #if SVC_EXTENSION 124 126 Bool m_isLastNALWasEos; … … 191 193 Void deletePicBuffer(); 192 194 195 193 196 Void executeLoopFilters(Int& poc, TComList<TComPic*>*& rpcListPic); 194 197 Void checkNoOutputPriorPics (TComList<TComPic*>* rpcListPic); … … 203 206 #endif 204 207 Void setDecodedSEIMessageOutputStream(std::ostream *pOpStream) { m_pDecodedSEIOutputStream = pOpStream; } 208 UInt getNumberOfChecksumErrorsDetected() const { return m_cGopDecoder.getNumberOfChecksumErrorsDetected(); } 205 209 206 210 #if SVC_EXTENSION … … 259 263 protected: 260 264 #if SVC_EXTENSION 261 Void 265 Void xGetNewPicBuffer ( const TComVPS &vps, const TComSPS &sps, const TComPPS &pps, TComPic*& rpcPic, const UInt temporalLayer); 262 266 #else 263 Void 264 #endif 265 Void 267 Void xGetNewPicBuffer (const TComSPS &sps, const TComPPS &pps, TComPic*& rpcPic, const UInt temporalLayer); 268 #endif 269 Void xCreateLostPicture (Int iLostPOC); 266 270 267 271 Void xActivateParameterSets();
Note: See TracChangeset for help on using the changeset viewer.