Changeset 963 in 3DVCSoftware


Ignore:
Timestamp:
3 Jul 2014, 12:01:25 (10 years ago)
Author:
tech
Message:

Fixes to uninitialized variables.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-11.0-dev0/source/Lib/TLibCommon/TComSlice.cpp

    r962 r963  
    18631863#endif
    18641864{
     1865#if H_MV_HLS_8_SYN_Q0041_03
     1866  m_vpsBaseLayerInternalFlag = true;
     1867#endif
     1868
    18651869  for( Int i = 0; i < MAX_TLAYER; i++)
    18661870  {
     
    18791883  m_vpsNumProfileTierLevelMinus1 = -1;
    18801884   
     1885#if H_MV_HLS_8_SYN_39_19
     1886  m_numAddLayerSets              = 0;   
     1887  m_numAddOlss                   = 0;
     1888#else
    18811889  m_numAddLayerSets              = -1;   
     1890#endif
    18821891  m_defaultOutputLayerIdc     = 0;
    18831892 
Note: See TracChangeset for help on using the changeset viewer.