Changeset 1356 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibCommon
- Timestamp:
- 22 Jul 2015, 04:03:45 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibCommon/TComSlice.h
r1348 r1356 203 203 ChromaFormat m_chromaFormatConstraintValue; 204 204 Bool m_intraConstraintFlag; 205 Bool m_onePictureOnlyConstraintFlag; 205 206 Bool m_lowerBitRateConstraintFlag; 206 207 … … 243 244 Bool getIntraConstraintFlag() const { return m_intraConstraintFlag; } 244 245 Void setIntraConstraintFlag(Bool b) { m_intraConstraintFlag = b; } 246 247 Bool getOnePictureOnlyConstraintFlag() const { return m_onePictureOnlyConstraintFlag;} 248 Void setOnePictureOnlyConstraintFlag(Bool b) { m_onePictureOnlyConstraintFlag = b; } 245 249 246 250 Bool getLowerBitRateConstraintFlag() const { return m_lowerBitRateConstraintFlag; }
Note: See TracChangeset for help on using the changeset viewer.