Changeset 1422 in SHVCSoftware
- Timestamp:
- 5 Aug 2015, 03:41:38 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibEncoder/TEncGOP.cpp
r1419 r1422 119 119 120 120 #if Q0074_COLOUR_REMAPPING_SEI 121 memset( m_seiColourRemappingInfo.m_colourRemapSEIPreLutCodedValue, NULL, sizeof(m_seiColourRemappingInfo.m_colourRemapSEIPreLutCodedValue));122 memset( m_seiColourRemappingInfo.m_colourRemapSEIPreLutTargetValue, NULL, sizeof(m_seiColourRemappingInfo.m_colourRemapSEIPreLutTargetValue));123 memset( m_seiColourRemappingInfo.m_colourRemapSEIPostLutCodedValue, NULL, sizeof(m_seiColourRemappingInfo.m_colourRemapSEIPostLutCodedValue));124 memset( m_seiColourRemappingInfo.m_colourRemapSEIPostLutTargetValue, NULL, sizeof(m_seiColourRemappingInfo.m_colourRemapSEIPostLutTargetValue));121 memset( m_seiColourRemappingInfo.m_colourRemapSEIPreLutCodedValue, 0, sizeof(m_seiColourRemappingInfo.m_colourRemapSEIPreLutCodedValue)); 122 memset( m_seiColourRemappingInfo.m_colourRemapSEIPreLutTargetValue, 0, sizeof(m_seiColourRemappingInfo.m_colourRemapSEIPreLutTargetValue)); 123 memset( m_seiColourRemappingInfo.m_colourRemapSEIPostLutCodedValue, 0, sizeof(m_seiColourRemappingInfo.m_colourRemapSEIPostLutCodedValue)); 124 memset( m_seiColourRemappingInfo.m_colourRemapSEIPostLutTargetValue, 0, sizeof(m_seiColourRemappingInfo.m_colourRemapSEIPostLutTargetValue)); 125 125 #endif 126 126 return;
Note: See TracChangeset for help on using the changeset viewer.