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

    r1470 r1475  
    8181  std::ofstream                   m_seiMessageFileStream;         ///< Used for outputing SEI messages.
    8282
    83 #if Q0074_COLOUR_REMAPPING_SEI
    8483  SEIColourRemappingInfo*         m_pcSeiColourRemappingInfoPrevious;
    85 #endif
    8684
    8785public:
     
    125123  Bool  isNaluWithinTargetDecLayerIdSet ( InputNALUnit* nalu ); ///< check whether given Nalu is within targetDecLayerIdSet
    126124
    127 #if Q0074_COLOUR_REMAPPING_SEI
    128125private:
    129126  Void applyColourRemapping(const TComPicYuv& pic, SEIColourRemappingInfo& pCriSEI, const TComSPS &activeSPS);
    130127  Void xOutputColourRemapPic(TComPic* pcPic);
    131 #endif
     128
    132129#if ALIGNED_BUMPING
    133130  Void checkOutputBeforeDecoding(Int layerIdx);
Note: See TracChangeset for help on using the changeset viewer.