Ignore:
Timestamp:
30 Aug 2013, 03:29:41 (11 years ago)
Author:
seregin
Message:

remove REF_IDX_FRAMEWORK macro

File:
1 edited

Legend:

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

    r362 r377  
    363363  UInt      m_layerId;   
    364364  UInt      m_numLayer;
    365 #endif
    366 #if REF_IDX_FRAMEWORK
    367   Int      m_elRapSliceBEnabled;
    368 #endif
     365  Int       m_elRapSliceBEnabled;
    369366#if M0040_ADAPTIVE_RESOLUTION_CHANGE
    370   Int      m_adaptiveResolutionChange;
     367  Int       m_adaptiveResolutionChange;
     368#endif
    371369#endif
    372370
     
    868866  Void      setConformanceMode    (Int mode)     { m_conformanceMode = mode; }
    869867  Void      setConformanceWindow(Window& conformanceWindow ) { m_conformanceWindow = conformanceWindow; }
    870 #endif
    871 #if REF_IDX_FRAMEWORK
    872868  Void      setElRapSliceTypeB(Int bEnabled) {m_elRapSliceBEnabled = bEnabled;}
    873869  Int       getElRapSliceTypeB()              {return m_elRapSliceBEnabled;}
    874 #endif
    875870#if M0040_ADAPTIVE_RESOLUTION_CHANGE
    876871  Void      setAdaptiveResolutionChange(Int x) { m_adaptiveResolutionChange = x;    }
    877872  Int       getAdaptiveResolutionChange()      { return m_adaptiveResolutionChange; }
    878873#endif
     874#endif
    879875};
    880876
Note: See TracChangeset for help on using the changeset viewer.