Changeset 1365 in 3DVCSoftware for branches/HTM-15.2-dev/source/Lib/TLibDecoder/SEIread.h
- Timestamp:
- 28 Oct 2015, 19:50:26 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-15.2-dev/source/Lib/TLibDecoder/SEIread.h
r1360 r1365 102 102 Void xResizeSubBitstreamPropertySeiArrays (SEISubBitstreamProperty &sei); 103 103 #endif 104 #endif105 104 #if NH_MV_LAYERS_NOT_PRESENT_SEI 106 105 Void xParseSEILayersNotPresent (SEILayersNotPresent &sei, UInt payloadSize, const TComVPS *vps ,std::ostream *pDecodedMessageOutputStream); … … 133 132 Void xParseSEIAlternativeDepthInfo (SEIAlternativeDepthInfo& sei, UInt payloadSize, std::ostream *pDecodedMessageOutputStream); 134 133 #endif 135 134 #endif 136 135 Void sei_read_code(std::ostream *pOS, UInt uiLength, UInt& ruiCode, const TChar *pSymbolName); 137 136 Void sei_read_uvlc(std::ostream *pOS, UInt& ruiCode, const TChar *pSymbolName);
Note: See TracChangeset for help on using the changeset viewer.