Changeset 1475 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder/SEIread.cpp
- Timestamp:
- 22 Sep 2015, 20:18:26 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/SEIread.cpp
r1460 r1475 308 308 xParseSEIKneeFunctionInfo((SEIKneeFunctionInfo&) *sei, payloadSize, pDecodedMessageOutputStream); 309 309 break; 310 #if Q0074_COLOUR_REMAPPING_SEI311 310 case SEI::COLOUR_REMAPPING_INFO: 312 311 sei = new SEIColourRemappingInfo; 313 312 xParseSEIColourRemappingInfo((SEIColourRemappingInfo&) *sei, payloadSize, pDecodedMessageOutputStream); 314 313 break; 315 #endif316 314 case SEI::MASTERING_DISPLAY_COLOUR_VOLUME: 317 315 sei = new SEIMasteringDisplayColourVolume; … … 1335 1333 } 1336 1334 1337 #if Q0074_COLOUR_REMAPPING_SEI1338 1335 Void SEIReader::xParseSEIColourRemappingInfo(SEIColourRemappingInfo& sei, UInt payloadSize, std::ostream *pDecodedMessageOutputStream) 1339 1336 { … … 1424 1421 } 1425 1422 } 1426 #endif1427 1423 1428 1424 Void SEIReader::xParseSEIMasteringDisplayColourVolume(SEIMasteringDisplayColourVolume& sei, UInt payloadSize, std::ostream *pDecodedMessageOutputStream)
Note: See TracChangeset for help on using the changeset viewer.