Changeset 625 in SHVCSoftware for branches/SHM-5.1-dev/source/Lib/TLibDecoder/TDecTop.h
- Timestamp:
- 10 Mar 2014, 22:19:42 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-5.1-dev/source/Lib/TLibDecoder/TDecTop.h
r595 r625 239 239 fstream* getBLSyntaxFile() { return m_pBLSyntaxFile; } 240 240 #endif 241 241 #if NO_OUTPUT_OF_PRIOR_PICS 242 #if NO_CLRAS_OUTPUT_FLAG 243 Bool getNoOutputOfPriorPicsFlags() { return m_noOutputOfPriorPicsFlags;} 244 Void setNoOutputOfPriorPicsFlags(Bool x) { m_noOutputOfPriorPicsFlags = x; } 245 #endif 246 #endif 242 247 protected: 243 248 Void xGetNewPicBuffer (TComSlice* pcSlice, TComPic*& rpcPic); … … 266 271 Int getFirstPicInLayerDecodedFlag() { return m_firstPicInLayerDecodedFlag;} 267 272 Void setFirstPicInLayerDecodedFlag(Bool x) { m_firstPicInLayerDecodedFlag = x; } 273 #if !NO_OUTPUT_OF_PRIOR_PICS 268 274 Int getNoOutputOfPriorPicsFlags() { return m_noOutputOfPriorPicsFlags;} 269 275 Void setNoOutputOfPriorPicsFlags(Bool x) { m_noOutputOfPriorPicsFlags = x; } 270 276 #endif 277 #endif 271 278 };// END CLASS DEFINITION TDecTop 272 279
Note: See TracChangeset for help on using the changeset viewer.