Ignore:
Timestamp:
12 Apr 2018, 11:12:21 (7 years ago)
Author:
tech
Message:
  • Update HM-16.18
  • Cleanups
  • Encoder Extension

-- Representation formats
-- Parameter set sharing
-- GOP configuration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-16.2-dev/source/App/TAppDecoder/TAppDecCfg.h

    r1405 r1412  
    44 * granted under this license.
    55 *
    6  * Copyright (c) 2010-2016, ITU/ISO/IEC
     6 * Copyright (c) 2010-2017, ITU/ISO/IEC
    77 * All rights reserved.
    88 *
     
    7878  std::string   m_outputDecodedSEIMessagesFilename;   ///< filename to output decoded SEI messages to. If '-', then use stdout. If empty, do not output details.
    7979  Bool          m_bClipOutputVideoToRec709Range;      ///< If true, clip the output video to the Rec 709 range on saving.
     80#if MCTS_ENC_CHECK
     81  Bool          m_tmctsCheck;
     82#endif
     83
    8084#if NH_MV
    8185  std::vector<TChar*> m_pchReconFiles;                ///< array of output reconstruction file name create from output reconstruction file name
     
    122126  , m_outputDecodedSEIMessagesFilename()
    123127  , m_bClipOutputVideoToRec709Range(false)
     128#if MCTS_ENC_CHECK
     129  , m_tmctsCheck(false)
     130#endif
    124131#if NH_MV
    125132  , m_highestTid(-1)
    126133  , m_targetDecLayerIdSetFileEmpty(true)
    127134#endif
    128 
    129135  {
    130136    for (UInt channelTypeIndex = 0; channelTypeIndex < MAX_NUM_CHANNEL_TYPE; channelTypeIndex++)
Note: See TracChangeset for help on using the changeset viewer.