Ignore:
Timestamp:
16 Apr 2013, 02:56:43 (12 years ago)
Author:
seregin
Message:

set SYNTAX_OUTPUT to 0 and fix compilation error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HM-10.0-dev-SHM/source/Lib/TLibEncoder/TEncCfg.h

    r122 r124  
    267267  Bool      m_TransquantBypassEnableFlag;                     ///< transquant_bypass_enable_flag setting in PPS.
    268268  Bool      m_CUTransquantBypassFlagValue;                    ///< if transquant_bypass_enable_flag, the fixed value to use for the per-CU cu_transquant_bypass_flag.
     269#if SVC_EXTENSION
    269270  static TComVPS                    m_cVPS;
     271#else
     272  TComVPS                    m_cVPS;
     273#endif
    270274  Bool      m_recalculateQPAccordingToLambda;                 ///< recalculate QP value according to the lambda value
    271275  Int       m_activeParameterSetsSEIEnabled;                  ///< enable active parameter set SEI message
Note: See TracChangeset for help on using the changeset viewer.