Changeset 738 in 3DVCSoftware for trunk/source/App/TAppDecoder/TAppDecCfg.h
- Timestamp:
- 10 Dec 2013, 13:50:12 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/App/TAppDecoder/TAppDecCfg.h
r608 r738 59 59 Char* m_pchBitstreamFile; ///< input bitstream file name 60 60 #if H_MV 61 #if H_MV_6_HRD_O0217_13 62 Int m_targetOptLayerSetIdx; ///< target output layer set index 63 #endif 61 64 Int m_maxLayerId; ///< maximum nuh_layer_id decoded 62 65 std::vector<Char*> m_pchReconFiles; ///< array of output reconstruction file name create from output reconstruction file name … … 74 77 75 78 std::vector<Int> m_targetDecLayerIdSet; ///< set of LayerIds to be included in the sub-bitstream extraction process. 79 #if H_MV_6_HRD_O0217_13 80 Bool m_targetDecLayerIdSetFileEmpty; ///< indication if target layers are given by file 81 #endif 76 82 Int m_respectDefDispWindow; ///< Only output content inside the default display window 77 83 … … 83 89 : m_pchBitstreamFile(NULL) 84 90 #if H_MV 91 #if !H_MV_6_HRD_O0217_13 85 92 , m_maxLayerId(0) 93 #endif 86 94 #endif 87 95 , m_pchReconFile(NULL) … … 91 99 , m_iMaxTemporalLayer(-1) 92 100 , m_decodedPictureHashSEIEnabled(0) 101 #if H_MV_6_HRD_O0217_13 102 , m_targetDecLayerIdSetFileEmpty(true) 103 #endif 93 104 , m_respectDefDispWindow(0) 94 105 {}
Note: See TracChangeset for help on using the changeset viewer.