Changeset 1042 in SHVCSoftware


Ignore:
Timestamp:
2 Mar 2015, 20:17:10 (10 years ago)
Author:
seregin
Message:

fix compiler error, ticket #71

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibDecoder/SyntaxElementParser.cpp

    r1029 r1042  
    107107Void  SyntaxElementParser::xReadStringTr        (UInt buSize, UChar *pValue, UInt& rLength, const Char *pSymbolName)
    108108{
     109#if RExt__DECODER_DEBUG_BIT_STATISTICS
     110  xReadString(buSize, pValue, rLength, pSymbolName);
     111#else
    109112  xReadString(buSize, pValue, rLength);
     113#endif
    110114  fprintf( g_hTrace, "%8lld  ", g_nSymbolCounter++ );
    111115  fprintf( g_hTrace, "%-50s st(v=%d)  : %s\n", pSymbolName, rLength, pValue );
Note: See TracChangeset for help on using the changeset viewer.