Changeset 768 in 3DVCSoftware for branches/HTM-9.2-dev0/source/App/TAppDecoder
- Timestamp:
- 13 Jan 2014, 00:44:19 (11 years ago)
- Location:
- branches/HTM-9.2-dev0/source/App/TAppDecoder
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-9.2-dev0/source/App/TAppDecoder/TAppDecCfg.cpp
r766 r768 124 124 if ( !cfg_TargetDecLayerIdSetFile.empty() ) 125 125 { 126 #if H_MV 126 127 m_targetDecLayerIdSetFileEmpty = false; 128 #endif 127 129 FILE* targetDecLayerIdSetFile = fopen ( cfg_TargetDecLayerIdSetFile.c_str(), "r" ); 128 130 if ( targetDecLayerIdSetFile ) -
branches/HTM-9.2-dev0/source/App/TAppDecoder/TAppDecCfg.h
r766 r768 75 75 76 76 std::vector<Int> m_targetDecLayerIdSet; ///< set of LayerIds to be included in the sub-bitstream extraction process. 77 #if H_MV 77 78 Bool m_targetDecLayerIdSetFileEmpty; ///< indication if target layers are given by file 79 #endif 78 80 Int m_respectDefDispWindow; ///< Only output content inside the default display window 79 81 … … 84 86 TAppDecCfg() 85 87 : m_pchBitstreamFile(NULL) 86 #if H_MV87 #endif88 88 , m_pchReconFile(NULL) 89 89 , m_iSkipFrame(0) … … 92 92 , m_iMaxTemporalLayer(-1) 93 93 , m_decodedPictureHashSEIEnabled(0) 94 #if H_MV 94 95 , m_targetDecLayerIdSetFileEmpty(true) 96 #endif 95 97 , m_respectDefDispWindow(0) 96 98 {}
Note: See TracChangeset for help on using the changeset viewer.