Changeset 918 in SHVCSoftware for branches/SHM-upgrade/source/Lib/TLibDecoder/SyntaxElementParser.cpp
- Timestamp:
- 12 Nov 2014, 20:27:23 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-upgrade/source/Lib/TLibDecoder/SyntaxElementParser.cpp
r916 r918 43 43 #include "TLibCommon/TComBitStream.h" 44 44 #include "SyntaxElementParser.h" 45 #if RExt__DECODER_DEBUG_BIT_STATISTICS 46 #include "TLibCommon/TComCodingStatistics.h" 47 #endif 45 48 46 49 #if ENC_DEC_TRACE … … 219 222 220 223 #if Q0096_OVERLAY_SEI 221 Void SyntaxElementParser::xReadString (UInt bufSize, UChar *pVal, UInt& rLength) 224 #if RExt__DECODER_DEBUG_BIT_STATISTICS 225 Void SyntaxElementParser::xReadString (UInt bufSize, UChar *pVal, UInt& rLength, const Char *pSymbolName) 226 #else 227 Void SyntaxElementParser::xReadString (UInt bufSize, UChar *pVal, UInt& rLength) 228 #endif 222 229 { 223 230 assert( m_pcBitstream->getNumBitsRead() % 8 == 0 ); //always start reading at a byte-aligned position
Note: See TracChangeset for help on using the changeset viewer.