Ignore:
Timestamp:
12 Apr 2013, 02:09:46 (12 years ago)
Author:
seregin
Message:

making VPS static

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

Legend:

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

    r118 r122  
    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   TComVPS                    m_cVPS;
     269  static TComVPS                    m_cVPS;
    270270  Bool      m_recalculateQPAccordingToLambda;                 ///< recalculate QP value according to the lambda value
    271271  Int       m_activeParameterSetsSEIEnabled;                  ///< enable active parameter set SEI message
  • branches/HM-10.0-dev-SHM/source/Lib/TLibEncoder/TEncTop.cpp

    r107 r122  
    4848Int TEncTop::m_iSPSIdCnt = 0;
    4949Int TEncTop::m_iPPSIdCnt = 0;
     50TComVPS TEncCfg::m_cVPS;
    5051#endif
    5152
Note: See TracChangeset for help on using the changeset viewer.