Opened 14 years ago Closed 14 years ago #15 closed defect (fixed)negative values to unsigned int
Change History (6)comment:1 Changed 14 years ago by davidf
comment:2 Changed 14 years ago by anonymous
UINT_MAX would be OK as I think. comment:3 Changed 14 years ago by fbossen
Fixed in r594 comment:4 Changed 13 years ago by davidf
Updating component after adding WD (Text) tickets comment:5 Changed 13 years ago by davidf
comment:6 Changed 13 years ago by davidf
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
|
It looks as if the -1 values aren't used by the actual implementation and exist solely to pad the table. However, no checking is done in the code that uses g_auiLumaRun8x8 for these large values (they would get passed straight to the entropy coder).
I can suggest two solutions: