Changeset 697 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibCommon/SEI.h
- Timestamp:
- 18 Apr 2014, 22:06:41 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-6-dev/source/Lib/TLibCommon/SEI.h
r694 r697 417 417 virtual ~SEIColorMappingInfo() {} 418 418 419 Int m_colorMapId;420 Bool m_colorMapCancelFlag;421 Bool m_colorMapPersistenceFlag;422 Bool m_colorMap_video_signal_type_present_flag;423 Bool m_colorMap_video_full_range_flag;424 U Charm_colorMap_primaries;425 U Charm_colorMap_transfer_characteristics;426 U Charm_colorMap_matrix_coeffs;427 U Charm_colorMapModelId;419 Int m_colorMapId; 420 Bool m_colorMapCancelFlag; 421 Bool m_colorMapPersistenceFlag; 422 Bool m_colorMap_video_signal_type_present_flag; 423 Bool m_colorMap_video_full_range_flag; 424 UShort m_colorMap_primaries; 425 UShort m_colorMap_transfer_characteristics; 426 UShort m_colorMap_matrix_coeffs; 427 UShort m_colorMapModelId; 428 428 429 429 Int m_colour_map_coded_data_bit_depth;
Note: See TracChangeset for help on using the changeset viewer.