Changeset 1457 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibEncoder
- Timestamp:
- 20 Aug 2015, 19:07:29 (10 years ago)
- Location:
- branches/SHM-dev/source/Lib/TLibEncoder
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibEncoder/SyntaxElementWriter.cpp
r1442 r1457 92 92 93 93 #if Q0096_OVERLAY_SEI 94 Void SyntaxElementWriter::xWriteStringTr( UChar* value, UInt length, const Char *pSymbolName)94 Void SyntaxElementWriter::xWriteStringTr( UChar* value, UInt length, const TChar *pSymbolName) 95 95 { 96 96 xWriteString(value, length); -
branches/SHM-dev/source/Lib/TLibEncoder/SyntaxElementWriter.h
r1442 r1457 97 97 Void xWriteFlagTr ( UInt value, const TChar *pSymbolName); 98 98 #if Q0096_OVERLAY_SEI 99 Void xWriteStringTr ( UChar* value, UInt length, const Char *pSymbolName);99 Void xWriteStringTr ( UChar* value, UInt length, const TChar *pSymbolName); 100 100 #endif 101 101 #endif
Note: See TracChangeset for help on using the changeset viewer.