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/App/TAppDecoder/TAppDecCfg.h

    r1472 r1475  
    7474  Int           m_decodedPictureHashSEIEnabled;       ///< Checksum(3)/CRC(2)/MD5(1)/disable(0) acting on decoded picture hash SEI message
    7575  Bool          m_decodedNoDisplaySEIEnabled;         ///< Enable(true)/disable(false) writing only pictures that get displayed based on the no display SEI message
    76 #if Q0074_COLOUR_REMAPPING_SEI
    7776  std::string   m_colourRemapSEIFileName;             ///< output Colour Remapping file name
    78 #endif
    7977  std::vector<Int> m_targetDecLayerIdSet;             ///< set of LayerIds to be included in the sub-bitstream extraction process.
    8078  Int           m_respectDefDispWindow;               ///< Only output content inside the default display window
     
    112110  , m_decodedPictureHashSEIEnabled(0)
    113111  , m_decodedNoDisplaySEIEnabled(false)
    114 #if Q0074_COLOUR_REMAPPING_SEI
    115112  , m_colourRemapSEIFileName()
    116 #endif
    117113  , m_targetDecLayerIdSet()
    118114  , m_respectDefDispWindow(0)
Note: See TracChangeset for help on using the changeset viewer.