Changeset 918 in SHVCSoftware for branches/SHM-upgrade/source/Lib/TLibDecoder/SyntaxElementParser.h
- Timestamp:
- 12 Nov 2014, 20:27:23 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-upgrade/source/Lib/TLibDecoder/SyntaxElementParser.h
r916 r918 64 64 #define READ_FLAG( code, name) xReadFlag ( code, name ) 65 65 #if Q0096_OVERLAY_SEI 66 #define READ_STRING(bufSize, code, length, name) xReadString Tr( bufSize, code, length, name )66 #define READ_STRING(bufSize, code, length, name) xReadString ( bufSize, code, length, name ) 67 67 #endif 68 68 … … 103 103 Void xReadFlag ( UInt& val, const Char *pSymbolName ); 104 104 #if Q0096_OVERLAY_SEI 105 Void xReadString Tr(UInt bufSize, UChar *pValue, UInt& rLength, const Char *pSymbolName);105 Void xReadString (UInt bufSize, UChar *pValue, UInt& rLength, const Char *pSymbolName); 106 106 #endif 107 107 #else
Note: See TracChangeset for help on using the changeset viewer.