Changeset 56 in 3DVCSoftware for trunk/source/App/TAppDecoder/TAppDecCfg.h


Ignore:
Timestamp:
11 May 2012, 21:20:17 (12 years ago)
Author:
hschwarz
Message:

updated trunk (move to HM6.1)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/App/TAppDecoder/TAppDecCfg.h

    r5 r56  
    22 * License, included below. This software may be subject to other third party
    33 * and contributor rights, including patent rights, and no such rights are
    4  * granted under this license.
     4 * granted under this license. 
    55 *
    6  * Copyright (c) 2010-2011, ISO/IEC
     6 * Copyright (c) 2010-2012, ITU/ISO/IEC
    77 * All rights reserved.
    88 *
     
    1515 *    this list of conditions and the following disclaimer in the documentation
    1616 *    and/or other materials provided with the distribution.
    17  *  * Neither the name of the ISO/IEC nor the names of its contributors may
     17 *  * Neither the name of the ITU/ISO/IEC nor the names of its contributors may
    1818 *    be used to endorse or promote products derived from this software without
    1919 *    specific prior written permission.
     
    3232 */
    3333
    34 
    35 
    3634/** \file     TAppDecCfg.h
    3735    \brief    Decoder configuration class (header)
     
    4543#endif // _MSC_VER > 1000
    4644
    47 #include "../../Lib/TLibCommon/CommonDef.h"
     45#include "TLibCommon/CommonDef.h"
     46
     47//! \ingroup TAppDecoder
     48//! \{
    4849
    4950// ====================================================================================================================
     
    5859  char*         m_pchReconFile;                       ///< output reconstruction file name
    5960  char*         m_pchScaleOffsetFile;                 ///< output coded scale and offset parameters
    60 #if DCM_SKIP_DECODING_FRAMES
    6161  Int           m_iSkipFrame;                         ///< counter for frames prior to the random access point to skip
    62 #endif
    6362  UInt          m_outputBitDepth;                     ///< bit depth used for writing output
    6463
     64  Int           m_iMaxTemporalLayer;                  ///< maximum temporal layer to be decoded
    6565  bool m_pictureDigestEnabled; ///< enable(1)/disable(0) acting on SEI picture_digest message
    6666  Void xAppendToFileNameEnd( Char* pchInputFileName, const Char* pchStringToAppend, Char*& rpchOutputFileName); ///< create filenames
     
    7373};
    7474
     75//! \}
     76
    7577#endif
    7678
Note: See TracChangeset for help on using the changeset viewer.