Changeset 798 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibCommon/TComPic.h
- Timestamp:
- 10 Jun 2014, 01:10:15 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-6-dev/source/Lib/TLibCommon/TComPic.h
r754 r798 92 92 Int m_nFrameBit; 93 93 #endif 94 94 #if POC_RESET_IDC_DECODER 95 Bool m_currAuFlag; 96 #endif 95 97 public: 96 98 TComPic(); … … 223 225 Int getFrameBit() { return m_nFrameBit; } 224 226 #endif 227 #if POC_RESET_IDC_DECODER 228 Bool isCurrAu() { return m_currAuFlag; } 229 Void setCurrAuFlag(Bool x) {m_currAuFlag = x; } 230 #endif 225 231 };// END CLASS DEFINITION TComPic 226 232
Note: See TracChangeset for help on using the changeset viewer.