Opened 11 years ago Closed 11 years ago #1115 closed defect (fixed)Debug display of unsigned elements
Description
In Lib\TLibDecoder\SyntaxElementParser.cpp there are some useful functions that display debugging information about parsed syntax elements.
However, sometimes large unsigned elements can be displayed as being negative. I think this is because the fprintf format string uses %d instead of %u. e.g. in Void SyntaxElementParser::xReadUvlcTr (UInt& rValue, const Char *pSymbolName) the code reads
I think it would be a little nicer if this were changed to
Change History (2)comment:1 Changed 11 years ago by DefaultCC Plugin
comment:2 Changed 11 years ago by fbossen
Note: See
TracTickets for help on using
tickets. | This list contains all users that will be notified about changes made to this ticket. These roles will be notified: Reporter, Owner, Subscriber, Participant
|
Fixed in r3523