Changeset 1475 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibEncoder/SEIwrite.cpp
- Timestamp:
- 22 Sep 2015, 20:18:26 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibEncoder/SEIwrite.cpp
r1460 r1475 152 152 xWriteSEIKneeFunctionInfo(*static_cast<const SEIKneeFunctionInfo*>(&sei)); 153 153 break; 154 #if Q0074_COLOUR_REMAPPING_SEI155 154 case SEI::COLOUR_REMAPPING_INFO: 156 155 xWriteSEIColourRemappingInfo(*static_cast<const SEIColourRemappingInfo*>(&sei)); 157 156 break; 158 #endif159 157 case SEI::MASTERING_DISPLAY_COLOUR_VOLUME: 160 158 xWriteSEIMasteringDisplayColourVolume(*static_cast<const SEIMasteringDisplayColourVolume*>(&sei)); … … 987 985 } 988 986 989 #if Q0074_COLOUR_REMAPPING_SEI990 987 Void SEIWriter::xWriteSEIColourRemappingInfo(const SEIColourRemappingInfo& sei) 991 988 { … … 1044 1041 } 1045 1042 } 1046 #endif1047 1043 1048 1044 Void SEIWriter::xWriteSEIMasteringDisplayColourVolume(const SEIMasteringDisplayColourVolume& sei)
Note: See TracChangeset for help on using the changeset viewer.