Changeset 1412 in 3DVCSoftware for branches/HTM-16.2-dev/source/App/TAppDecoder/TAppDecCfg.h
- Timestamp:
- 12 Apr 2018, 11:12:21 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-16.2-dev/source/App/TAppDecoder/TAppDecCfg.h
r1405 r1412 4 4 * granted under this license. 5 5 * 6 * Copyright (c) 2010-201 6, ITU/ISO/IEC6 * Copyright (c) 2010-2017, ITU/ISO/IEC 7 7 * All rights reserved. 8 8 * … … 78 78 std::string m_outputDecodedSEIMessagesFilename; ///< filename to output decoded SEI messages to. If '-', then use stdout. If empty, do not output details. 79 79 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 80 84 #if NH_MV 81 85 std::vector<TChar*> m_pchReconFiles; ///< array of output reconstruction file name create from output reconstruction file name … … 122 126 , m_outputDecodedSEIMessagesFilename() 123 127 , m_bClipOutputVideoToRec709Range(false) 128 #if MCTS_ENC_CHECK 129 , m_tmctsCheck(false) 130 #endif 124 131 #if NH_MV 125 132 , m_highestTid(-1) 126 133 , m_targetDecLayerIdSetFileEmpty(true) 127 134 #endif 128 129 135 { 130 136 for (UInt channelTypeIndex = 0; channelTypeIndex < MAX_NUM_CHANNEL_TYPE; channelTypeIndex++)
Note: See TracChangeset for help on using the changeset viewer.