Ignore:
Timestamp:
12 Nov 2014, 20:27:23 (10 years ago)
Author:
seregin
Message:

update make file, add TAppDecoderAnalyser and TLibDecoderAnalyser

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-upgrade/source/Lib/TLibDecoder/SyntaxElementParser.h

    r916 r918  
    6464#define READ_FLAG(        code, name)     xReadFlag (         code, name )
    6565#if Q0096_OVERLAY_SEI
    66 #define READ_STRING(bufSize, code, length, name)   xReadStringTr ( bufSize, code, length, name )
     66#define READ_STRING(bufSize, code, length, name)   xReadString ( bufSize, code, length, name )
    6767#endif
    6868
     
    103103  Void  xReadFlag    ( UInt&  val, const Char *pSymbolName );
    104104#if Q0096_OVERLAY_SEI
    105   Void  xReadStringTr(UInt bufSize, UChar *pValue, UInt& rLength, const Char *pSymbolName);
     105  Void  xReadString  (UInt bufSize, UChar *pValue, UInt& rLength, const Char *pSymbolName);
    106106#endif
    107107#else
Note: See TracChangeset for help on using the changeset viewer.