Changeset 698 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibCommon
- Timestamp:
- 18 Apr 2014, 22:23:09 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-6-dev/source/Lib/TLibCommon/SEI.h
r697 r698 417 417 virtual ~SEIColorMappingInfo() {} 418 418 419 Int 420 Bool 421 Bool 422 Bool 423 Bool 424 UShortm_colorMap_primaries;425 UShortm_colorMap_transfer_characteristics;426 UShortm_colorMap_matrix_coeffs;427 UShortm_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 Int m_colorMap_primaries; 425 Int m_colorMap_transfer_characteristics; 426 Int m_colorMap_matrix_coeffs; 427 Int m_colorMapModelId; 428 428 429 429 Int m_colour_map_coded_data_bit_depth;
Note: See TracChangeset for help on using the changeset viewer.