Changeset 666 in SHVCSoftware
- Timestamp:
- 11 Apr 2014, 02:47:47 (11 years ago)
- Location:
- branches/SHM-6-dev/source/Lib/TLibDecoder
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-6-dev/source/Lib/TLibDecoder/TDecTop.cpp
r652 r666 85 85 m_isNoOutputPriorPics = false; 86 86 #endif 87 #if NO_CLRAS_OUTPUT_FLAG 87 #if NO_CLRAS_OUTPUT_FLAG 88 m_noClrasOutputFlag = false; 88 89 m_layerInitializedFlag = false; 89 90 m_firstPicInLayerDecodedFlag = false; -
branches/SHM-6-dev/source/Lib/TLibDecoder/TDecTop.h
r652 r666 143 143 144 144 #if NO_CLRAS_OUTPUT_FLAG 145 Bool m_noClrasOutputFlag; 145 146 Bool m_layerInitializedFlag; 146 147 Bool m_firstPicInLayerDecodedFlag; … … 272 273 273 274 #if NO_CLRAS_OUTPUT_FLAG 274 Int getNoClrasOutputFlag() { return m_ craNoRaslOutputFlag;}275 Void setNoClrasOutputFlag(Bool x) { m_ craNoRaslOutputFlag = x; }275 Int getNoClrasOutputFlag() { return m_noClrasOutputFlag;} 276 Void setNoClrasOutputFlag(Bool x) { m_noClrasOutputFlag = x; } 276 277 Int getLayerInitializedFlag() { return m_layerInitializedFlag;} 277 278 Void setLayerInitializedFlag(Bool x) { m_layerInitializedFlag = x; }
Note: See TracChangeset for help on using the changeset viewer.