Changeset 698 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibDecoder
- Timestamp:
- 18 Apr 2014, 22:23:09 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-6-dev/source/Lib/TLibDecoder/TDecTop.h
r697 r698 67 67 class TDecColorMapping 68 68 { 69 Int 70 Bool 71 Bool 72 Bool 73 Bool 74 UShortm_colorMap_primaries;75 UShortm_colorMap_transfer_characteristics;76 UShortm_colorMap_matrix_coeffs;77 UShortm_colorMapModelId;69 Int m_colorMapId; 70 Bool m_colorMapCancelFlag; 71 Bool m_colorMapPersistenceFlag; 72 Bool m_colorMap_video_signal_type_present_flag; 73 Bool m_colorMap_video_full_range_flag; 74 Int m_colorMap_primaries; 75 Int m_colorMap_transfer_characteristics; 76 Int m_colorMap_matrix_coeffs; 77 Int m_colorMapModelId; 78 78 79 79 Int m_colour_map_coded_data_bit_depth;
Note: See TracChangeset for help on using the changeset viewer.