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/TEncCfg.h

    r1460 r1475  
    321321  Int*      m_kneeSEIInputKneePoint;
    322322  Int*      m_kneeSEIOutputKneePoint;
    323 #if Q0074_COLOUR_REMAPPING_SEI
    324323  std::string m_colourRemapSEIFileRoot;          ///< SEI Colour Remapping File (initialized from external file)
    325 #endif
    326324  TComSEIMasteringDisplay m_masteringDisplay;
    327325  //====== Weighted Prediction ========
     
    486484#endif
    487485#endif //SVC_EXTENSION
    488 #if Q0074_COLOUR_REMAPPING_SEI
    489   string                              m_colourRemapSEIFileName;          ///< SEI Colour Remapping File (initialized from external file)
    490 #endif
    491486
    492487public:
     
    494489  : m_tileColumnWidth()
    495490  , m_tileRowHeight()
    496 #if Q0074_COLOUR_REMAPPING_SEI
    497   , m_colourRemapSEIFileName()
    498 #endif
    499491  {
    500492    m_PCMBitDepth[CHANNEL_TYPE_LUMA]=8;
     
    910902  Void  setKneeSEIOutputKneePoint(Int *p)                            { m_kneeSEIOutputKneePoint = p; }
    911903  Int*  getKneeSEIOutputKneePoint()                                  { return m_kneeSEIOutputKneePoint; }
    912 #if Q0074_COLOUR_REMAPPING_SEI
    913904  Void  setColourRemapInfoSEIFileRoot( const std::string &s )        { m_colourRemapSEIFileRoot = s; }
    914905  const std::string &getColourRemapInfoSEIFileRoot() const           { return m_colourRemapSEIFileRoot; }
    915 #endif
    916906  Void  setMasteringDisplaySEI(const TComSEIMasteringDisplay &src)   { m_masteringDisplay = src; }
    917907  const TComSEIMasteringDisplay &getMasteringDisplaySEI() const      { return m_masteringDisplay; }
Note: See TracChangeset for help on using the changeset viewer.