Changeset 762 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibEncoder


Ignore:
Timestamp:
30 Apr 2014, 01:10:03 (11 years ago)
Author:
seregin
Message:

remove macro TIMING_INFO_NONZERO_LAYERID_SPS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-6-dev/source/Lib/TLibEncoder/TEncTop.cpp

    r760 r762  
    10721072Void TEncTop::xInitPPS()
    10731073{
    1074 #if SCALINGLIST_INFERRING
    1075   m_cPPS.setLayerId( m_layerId );
    1076 #endif
    1077 
    10781074  m_cPPS.setConstrainedIntraPred( m_bUseConstrainedIntraPred );
    10791075  Bool bUseDQP = (getMaxCuDQPDepth() > 0)? true : false;
     
    11711167  }
    11721168#if SVC_EXTENSION
     1169#if SCALINGLIST_INFERRING
     1170  m_cPPS.setLayerId( m_layerId );
     1171#endif
     1172
    11731173  if( m_layerId > 0 )
    11741174  {
Note: See TracChangeset for help on using the changeset viewer.