Changeset 1366 in 3DVCSoftware


Ignore:
Timestamp:
28 Oct 2015, 19:53:25 (8 years ago)
Author:
tech
Message:

Align macros

Location:
branches/HTM-15.2-dev/source/Lib/TLibDecoder
Files:
2 edited

Legend:

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

    r1365 r1366  
    13141314  sei_read_code( pDecodedMessageOutputStream, 32, code, "min_display_mastering_luminance" ); sei.values.minLuminance = code;
    13151315}
    1316 
     1316#if NH_MV
    13171317#if NH_MV_LAYERS_NOT_PRESENT_SEI
    13181318Void SEIReader::xParseSEILayersNotPresent(SEILayersNotPresent &sei, UInt payloadSize, const TComVPS *vps, std::ostream *pDecodedMessageOutputStream)
     
    19131913};
    19141914#endif
     1915#endif
    19151916
    19161917//! \}
  • branches/HTM-15.2-dev/source/Lib/TLibDecoder/SEIread.h

    r1365 r1366  
    137137  Void sei_read_svlc(std::ostream *pOS,                Int&  ruiCode, const TChar *pSymbolName);
    138138  Void sei_read_flag(std::ostream *pOS,                UInt& ruiCode, const TChar *pSymbolName);
     139#if NH_MV
    139140  Void sei_read_string(std::ostream *pOS, UInt uiBufSize, UChar* pucCode, UInt& ruiLength, const TChar *pSymbolName);
    140141#if NH_MV_SEI
     
    144145  Int64 m_decOrder;   
    145146#endif
     147#endif
    146148};
    147149
Note: See TracChangeset for help on using the changeset viewer.