Changeset 1042 in SHVCSoftware
- Timestamp:
- 2 Mar 2015, 20:17:10 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/SyntaxElementParser.cpp
r1029 r1042 107 107 Void SyntaxElementParser::xReadStringTr (UInt buSize, UChar *pValue, UInt& rLength, const Char *pSymbolName) 108 108 { 109 #if RExt__DECODER_DEBUG_BIT_STATISTICS 110 xReadString(buSize, pValue, rLength, pSymbolName); 111 #else 109 112 xReadString(buSize, pValue, rLength); 113 #endif 110 114 fprintf( g_hTrace, "%8lld ", g_nSymbolCounter++ ); 111 115 fprintf( g_hTrace, "%-50s st(v=%d) : %s\n", pSymbolName, rLength, pValue );
Note: See TracChangeset for help on using the changeset viewer.