Changeset 56 in 3DVCSoftware for trunk/source/App/TAppDecoder/TAppDecCfg.h
- Timestamp:
- 11 May 2012, 21:20:17 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/App/TAppDecoder/TAppDecCfg.h
r5 r56 2 2 * License, included below. This software may be subject to other third party 3 3 * and contributor rights, including patent rights, and no such rights are 4 * granted under this license. 4 * granted under this license. 5 5 * 6 * Copyright (c) 2010-201 1,ISO/IEC6 * Copyright (c) 2010-2012, ITU/ISO/IEC 7 7 * All rights reserved. 8 8 * … … 15 15 * this list of conditions and the following disclaimer in the documentation 16 16 * and/or other materials provided with the distribution. 17 * * Neither the name of the I SO/IEC nor the names of its contributors may17 * * Neither the name of the ITU/ISO/IEC nor the names of its contributors may 18 18 * be used to endorse or promote products derived from this software without 19 19 * specific prior written permission. … … 32 32 */ 33 33 34 35 36 34 /** \file TAppDecCfg.h 37 35 \brief Decoder configuration class (header) … … 45 43 #endif // _MSC_VER > 1000 46 44 47 #include "../../Lib/TLibCommon/CommonDef.h" 45 #include "TLibCommon/CommonDef.h" 46 47 //! \ingroup TAppDecoder 48 //! \{ 48 49 49 50 // ==================================================================================================================== … … 58 59 char* m_pchReconFile; ///< output reconstruction file name 59 60 char* m_pchScaleOffsetFile; ///< output coded scale and offset parameters 60 #if DCM_SKIP_DECODING_FRAMES61 61 Int m_iSkipFrame; ///< counter for frames prior to the random access point to skip 62 #endif63 62 UInt m_outputBitDepth; ///< bit depth used for writing output 64 63 64 Int m_iMaxTemporalLayer; ///< maximum temporal layer to be decoded 65 65 bool m_pictureDigestEnabled; ///< enable(1)/disable(0) acting on SEI picture_digest message 66 66 Void xAppendToFileNameEnd( Char* pchInputFileName, const Char* pchStringToAppend, Char*& rpchOutputFileName); ///< create filenames … … 73 73 }; 74 74 75 //! \} 76 75 77 #endif 76 78
Note: See TracChangeset for help on using the changeset viewer.