- Timestamp:
- 28 Oct 2015, 19:53:25 (9 years ago)
- 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 1314 1314 sei_read_code( pDecodedMessageOutputStream, 32, code, "min_display_mastering_luminance" ); sei.values.minLuminance = code; 1315 1315 } 1316 1316 #if NH_MV 1317 1317 #if NH_MV_LAYERS_NOT_PRESENT_SEI 1318 1318 Void SEIReader::xParseSEILayersNotPresent(SEILayersNotPresent &sei, UInt payloadSize, const TComVPS *vps, std::ostream *pDecodedMessageOutputStream) … … 1913 1913 }; 1914 1914 #endif 1915 #endif 1915 1916 1916 1917 //! \} -
branches/HTM-15.2-dev/source/Lib/TLibDecoder/SEIread.h
r1365 r1366 137 137 Void sei_read_svlc(std::ostream *pOS, Int& ruiCode, const TChar *pSymbolName); 138 138 Void sei_read_flag(std::ostream *pOS, UInt& ruiCode, const TChar *pSymbolName); 139 #if NH_MV 139 140 Void sei_read_string(std::ostream *pOS, UInt uiBufSize, UChar* pucCode, UInt& ruiLength, const TChar *pSymbolName); 140 141 #if NH_MV_SEI … … 144 145 Int64 m_decOrder; 145 146 #endif 147 #endif 146 148 }; 147 149
Note: See TracChangeset for help on using the changeset viewer.