Changeset 652 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibCommon/SEI.h
- Timestamp:
- 7 Apr 2014, 23:08:52 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-6-dev/source/Lib/TLibCommon/SEI.h
r644 r652 142 142 SEIActiveParameterSets() 143 143 : activeVPSId (0) 144 , m_ fullRandomAccessFlag (false)145 , m_noParam SetUpdateFlag (false)144 , m_selfContainedCvsFlag (false) 145 , m_noParameterSetUpdateFlag (false) 146 146 , numSpsIdsMinus1 (0) 147 147 {} … … 149 149 150 150 Int activeVPSId; 151 Bool m_ fullRandomAccessFlag;152 Bool m_noParam SetUpdateFlag;151 Bool m_selfContainedCvsFlag; 152 Bool m_noParameterSetUpdateFlag; 153 153 Int numSpsIdsMinus1; 154 std::vector<Int> activeSeqParam SetId;154 std::vector<Int> activeSeqParameterSetId; 155 155 }; 156 156 … … 393 393 Int m_cameraIsoSpeedIdc; 394 394 Int m_cameraIsoSpeedValue; 395 Int m_exposureIndexIdc; 396 Int m_exposureIndexValue; 395 397 Int m_exposureCompensationValueSignFlag; 396 398 Int m_exposureCompensationValueNumerator;
Note: See TracChangeset for help on using the changeset viewer.