Changeset 1349 in 3DVCSoftware for branches/HTM-15.1-dev0-NICT/source/App
- Timestamp:
- 14 Oct 2015, 04:03:38 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-15.1-dev0-NICT/source/App/TAppDecoder/TAppDecCfg.h
r1321 r1349 82 82 Int m_targetOptLayerSetIdx; ///< target output layer set index 83 83 Int m_targetDecLayerSetIdx; 84 Int m_baseLayerOutputFlag; 85 Int m_baseLayerPicOutputFlag; 86 Int m_auOutputFlag; 84 Int m_baseLayerOutputFlag; 85 Int m_baseLayerPicOutputFlag; 86 Int m_auOutputFlag; 87 87 Int m_maxLayerId; ///< maximum nuh_layer_id decoded 88 std::ifstream m_bitstreamFile; 88 std::ifstream m_bitstreamFile; 89 89 Int m_highestTid; 90 90 Bool m_targetDecLayerIdSetFileEmpty; ///< indication if target layers are given by file 91 91 92 Bool m_printVpsInfo; ///< Output VPS information 92 Bool m_printVpsInfo; ///< Output VPS information 93 93 Bool m_printPicOutput; ///< Print information on picture output 94 94 Bool m_printReceivedNalus; ///< Print information on received NAL units 95 95 #if NH_3D 96 Char* m_pchScaleOffsetFile ; ///< output coded scale and offset parameters96 Char* m_pchScaleOffsetFile = nullptr; ///< output coded scale and offset parameters // NICT FIX 97 97 Bool m_depth420OutputFlag; ///< output depth layers in 4:2:0 98 98 #endif
Note: See TracChangeset for help on using the changeset viewer.