Ignore:
Timestamp:
9 Nov 2015, 21:13:05 (8 years ago)
Author:
tech
Message:

Macro cleanups.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-15.2-dev/source/Lib/TLibCommon/SEI.cpp

    r1362 r1374  
    3838#include "CommonDef.h"
    3939#include "SEI.h"
    40 #if NH_MV_SEI
     40#if NH_MV
    4141#include "TComSlice.h"
    4242#endif
     
    178178}
    179179
    180 #if NH_MV_SEI
     180#if NH_MV
    181181SEI::SEI()
    182182{
     
    224224    case SEI::CHROMA_SAMPLING_FILTER_HINT:          return new SEIChromaSamplingFilterHint
    225225#endif
    226 #if NH_MV_SEI
    227 #if NH_MV_LAYERS_NOT_PRESENT_SEI
    228226  case SEI::LAYERS_NOT_PRESENT                    :               return new SEILayersNotPresent;
    229 #endif
    230227  case SEI::INTER_LAYER_CONSTRAINED_TILE_SETS     :               return new SEIInterLayerConstrainedTileSets;
    231228#if NH_MV_SEI_TBD
     
    241238#endif
    242239  case SEI::THREE_DIMENSIONAL_REFERENCE_DISPLAYS_INFO:            return new SEIThreeDimensionalReferenceDisplaysInfo;
    243 #if SEI_DRI_F0169
    244240  case SEI::DEPTH_REPRESENTATION_INFO             :               return new SEIDepthRepresentationInfo;
    245 #endif
    246241  case SEI::MULTIVIEW_SCENE_INFO                  :               return new SEIMultiviewSceneInfo;
    247242  case SEI::MULTIVIEW_ACQUISITION_INFO            :               return new SEIMultiviewAcquisitionInfo;
     
    249244#if NH_3D
    250245  case SEI::ALTERNATIVE_DEPTH_INFO                :               return new SEIAlternativeDepthInfo;
    251 #endif
    252246#endif
    253247  default:                                        assert( false ); return NULL;
     
    340334}
    341335
    342 
    343 #if NH_MV_LAYERS_NOT_PRESENT_SEI
    344336Void SEILayersNotPresent::setupFromCfgFile(const TChar* cfgFile)
    345337{
     
    399391      return wrongConfig;
    400392  };
    401 #endif
     393
    402394
    403395
     
    10191011};
    10201012
    1021 #if SEI_DRI_F0169
    10221013Void SEIDepthRepresentationInfo::setupFromSlice  ( const TComSlice* slice )
    10231014{
     
    11961187    return wrongConfig;
    11971188}
    1198 #endif
     1189
    11991190
    12001191Void SEIMultiviewSceneInfo::setupFromCfgFile(const TChar* cfgFile)
Note: See TracChangeset for help on using the changeset viewer.