Changeset 697 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibCommon/SEI.h


Ignore:
Timestamp:
18 Apr 2014, 22:06:41 (11 years ago)
Author:
seregin
Message:

fix compiler warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-6-dev/source/Lib/TLibCommon/SEI.h

    r694 r697  
    417417  virtual ~SEIColorMappingInfo() {}
    418418
    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   UChar m_colorMap_primaries;
    425   UChar m_colorMap_transfer_characteristics;
    426   UChar m_colorMap_matrix_coeffs;
    427   UChar m_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;
    428428
    429429  Int   m_colour_map_coded_data_bit_depth;
Note: See TracChangeset for help on using the changeset viewer.