Changeset 1282 in SHVCSoftware for branches/SHM-dev/source/Lib
- Timestamp:
- 16 Jul 2015, 04:16:56 (10 years ago)
- Location:
- branches/SHM-dev/source/Lib/TLibDecoder
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/TDecTop.cpp
r1278 r1282 1321 1321 if( is16bit ) 1322 1322 { 1323 1323 uiPos <<= 1; 1324 1324 } 1325 1325 -
branches/SHM-dev/source/Lib/TLibDecoder/TDecTop.h
r1263 r1282 251 251 252 252 #if CONFORMANCE_BITSTREAM_MODE 253 std::vector<TComPic>* getConfListPic() { return &m_confListPic; }254 Bool const getConfModeFlag(){ return m_confModeFlag; }255 Void setConfModeFlag(Bool x) { m_confModeFlag = x;}253 std::vector<TComPic>* getConfListPic() { return &m_confListPic; } 254 Bool getConfModeFlag() const { return m_confModeFlag; } 255 Void setConfModeFlag(Bool x) { m_confModeFlag = x; } 256 256 #endif 257 257 #endif //SVC_EXTENSION
Note: See TracChangeset for help on using the changeset viewer.