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/App/TAppEncoder/TAppEncCfg.h

    r1373 r1374  
    258258#endif
    259259  TComSEIMasteringDisplay m_masteringDisplay;
    260 #if NH_MV_SEI
     260#if NH_MV
    261261  std::vector<char*>     m_seiCfgFileNames;               ///< SEI message files.
    262262  SEIMessages            m_seiMessages;                       ///< Buffer for SEI messages.
     
    523523  UInt        m_summaryVerboseness;                           ///< Specifies the level of the verboseness of the text output.
    524524#if NH_MV
    525 #if !NH_MV_SEI
    526   Bool              m_subBistreamPropSEIEnabled;
    527   Int               m_sbPropNumAdditionalSubStreams;
    528   IntAry1d          m_sbPropSubBitstreamMode;
    529   IntAry1d          m_sbPropOutputLayerSetIdxToVps;
    530   IntAry1d          m_sbPropHighestSublayerId;
    531   IntAry1d          m_sbPropAvgBitRate;
    532   IntAry1d          m_sbPropMaxBitRate;
    533 #endif
    534525  Bool              m_outputVpsInfo;
    535526  TChar*            m_pchBaseViewCameraNumbers;
     
    676667  Void xPrintVectorElem( Double elem ) { printf(" %5.2f", elem            );}; 
    677668  Void xPrintVectorElem( Bool   elem ) { printf(" %d"   , ( elem ? 1 : 0 ));};
    678 #if NH_MV_SEI
    679669  Void xParseSeiCfg();
    680 #endif
    681 #endif
    682 #if NH_MV
     670
    683671  Int   getGOPSize() { return m_iGOPSize; }
    684672#endif
Note: See TracChangeset for help on using the changeset viewer.