Changeset 124 in SHVCSoftware


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

set SYNTAX_OUTPUT to 0 and fix compilation error

Location:
branches/HM-10.0-dev-SHM/source/Lib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HM-10.0-dev-SHM/source/Lib/TLibCommon/TypeDef.h

    r123 r124  
    109109#endif
    110110#else
    111 #define SYNTAX_OUTPUT                    1
     111#define SYNTAX_OUTPUT                    0
    112112#endif
    113113
  • 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.