Ignore:
Timestamp:
22 Sep 2015, 20:18:26 (9 years ago)
Author:
seregin
Message:

port rev 4600, remove macro Q0074_COLOUR_REMAPPING_SEI

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibEncoder/SEIwrite.cpp

    r1460 r1475  
    152152    xWriteSEIKneeFunctionInfo(*static_cast<const SEIKneeFunctionInfo*>(&sei));
    153153    break;
    154 #if Q0074_COLOUR_REMAPPING_SEI
    155154  case SEI::COLOUR_REMAPPING_INFO:
    156155    xWriteSEIColourRemappingInfo(*static_cast<const SEIColourRemappingInfo*>(&sei));
    157156    break;
    158 #endif
    159157  case SEI::MASTERING_DISPLAY_COLOUR_VOLUME:
    160158    xWriteSEIMasteringDisplayColourVolume(*static_cast<const SEIMasteringDisplayColourVolume*>(&sei));
     
    987985}
    988986
    989 #if Q0074_COLOUR_REMAPPING_SEI
    990987Void SEIWriter::xWriteSEIColourRemappingInfo(const SEIColourRemappingInfo& sei)
    991988{
     
    10441041  }
    10451042}
    1046 #endif
    10471043
    10481044Void SEIWriter::xWriteSEIMasteringDisplayColourVolume(const SEIMasteringDisplayColourVolume& sei)
Note: See TracChangeset for help on using the changeset viewer.