Ignore:
Timestamp:
28 Oct 2015, 19:50:26 (9 years ago)
Author:
tech
Message:

Align macros

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-15.2-dev/source/Lib/TLibDecoder/SEIread.h

    r1360 r1365  
    102102  Void  xResizeSubBitstreamPropertySeiArrays  (SEISubBitstreamProperty &sei);
    103103#endif
    104 #endif
    105104#if NH_MV_LAYERS_NOT_PRESENT_SEI
    106105  Void xParseSEILayersNotPresent              (SEILayersNotPresent &sei, UInt payloadSize, const TComVPS *vps ,std::ostream *pDecodedMessageOutputStream);
     
    133132  Void xParseSEIAlternativeDepthInfo          (SEIAlternativeDepthInfo& sei, UInt payloadSize, std::ostream *pDecodedMessageOutputStream);
    134133#endif
    135 
     134#endif
    136135  Void sei_read_code(std::ostream *pOS, UInt uiLength, UInt& ruiCode, const TChar *pSymbolName);
    137136  Void sei_read_uvlc(std::ostream *pOS,                UInt& ruiCode, const TChar *pSymbolName);
Note: See TracChangeset for help on using the changeset viewer.