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/TLibDecoder/SEIread.cpp

    r1460 r1475  
    308308      xParseSEIKneeFunctionInfo((SEIKneeFunctionInfo&) *sei, payloadSize, pDecodedMessageOutputStream);
    309309      break;
    310 #if Q0074_COLOUR_REMAPPING_SEI
    311310    case SEI::COLOUR_REMAPPING_INFO:
    312311      sei = new SEIColourRemappingInfo;
    313312      xParseSEIColourRemappingInfo((SEIColourRemappingInfo&) *sei, payloadSize, pDecodedMessageOutputStream);
    314313      break;
    315 #endif
    316314    case SEI::MASTERING_DISPLAY_COLOUR_VOLUME:
    317315      sei = new SEIMasteringDisplayColourVolume;
     
    13351333}
    13361334
    1337 #if Q0074_COLOUR_REMAPPING_SEI
    13381335Void SEIReader::xParseSEIColourRemappingInfo(SEIColourRemappingInfo& sei, UInt payloadSize, std::ostream *pDecodedMessageOutputStream)
    13391336{
     
    14241421  }
    14251422}
    1426 #endif
    14271423
    14281424Void SEIReader::xParseSEIMasteringDisplayColourVolume(SEIMasteringDisplayColourVolume& sei, UInt payloadSize, std::ostream *pDecodedMessageOutputStream)
Note: See TracChangeset for help on using the changeset viewer.