Changeset 1356 in 3DVCSoftware for trunk/source/App/TAppDecoder
- Timestamp:
- 27 Oct 2015, 11:33:16 (9 years ago)
- Location:
- trunk/source/App/TAppDecoder
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/source/App/TAppDecoder/TAppDecCfg.cpp ¶
r1321 r1356 109 109 ("ForceDecodeBitDepth", m_forceDecodeBitDepth, 0U, "Force the decoder to operate at a particular bit-depth (best effort decoding)") 110 110 #endif 111 #if NH_MV_SEI 112 ("OutputDecodedSEIMessagesFilename,m", m_outputDecodedSEIMessagesFilename, string(""), "When non empty, output decoded SEI messages to the indicated file. If file is '-', then output to stdout\n") 113 #else 111 114 ("OutputDecodedSEIMessagesFilename", m_outputDecodedSEIMessagesFilename, string(""), "When non empty, output decoded SEI messages to the indicated file. If file is '-', then output to stdout\n") 115 #endif 112 116 ("ClipOutputVideoToRec709Range", m_bClipOutputVideoToRec709Range, false, "If true then clip output video to the Rec. 709 Range on saving") 113 117 ; -
TabularUnified trunk/source/App/TAppDecoder/TAppDecCfg.h ¶
r1321 r1356 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 … … 124 124 m_outputBitDepth[channelTypeIndex] = 0; 125 125 } 126 #if NH_3D 127 m_pchScaleOffsetFile = NULL; 128 #endif 126 129 } 127 130
Note: See TracChangeset for help on using the changeset viewer.