Changeset 1457 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder
- Timestamp:
- 20 Aug 2015, 19:07:29 (10 years ago)
- Location:
- branches/SHM-dev/source/Lib/TLibDecoder
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/SyntaxElementParser.cpp
r1442 r1457 115 115 116 116 #if Q0096_OVERLAY_SEI 117 Void SyntaxElementParser::xReadStringTr (UInt buSize, UChar *pValue, UInt& rLength, const Char *pSymbolName)117 Void SyntaxElementParser::xReadStringTr( UInt buSize, UChar *pValue, UInt& rLength, const TChar *pSymbolName ) 118 118 { 119 119 #if RExt__DECODER_DEBUG_BIT_STATISTICS -
branches/SHM-dev/source/Lib/TLibDecoder/SyntaxElementParser.h
r1442 r1457 120 120 Void xReadFlagTr ( UInt& rValue, const TChar *pSymbolName); 121 121 #if Q0096_OVERLAY_SEI 122 Void xReadStringTr(UInt bufSize, UChar *pValue, UInt& rLength, const Char *pSymbolName);122 Void xReadStringTr(UInt bufSize, UChar *pValue, UInt& rLength, const TChar *pSymbolName); 123 123 #endif 124 124 #endif
Note: See TracChangeset for help on using the changeset viewer.