#1250 closed defect (invalid)misleading loop limit
Description
in TEncSearch.cpp line 2489 there is numModesForFullRD, but numModesAvailable should be. Control must reach this line only if these two variables are equal. Change History (3)comment:1 Changed 11 years ago by DefaultCC Plugin
comment:2 Changed 11 years ago by fbossen
comment:3 Changed 11 years ago by kolya
in current code the loop on line 2489 can start only if limit is equal to 35 i.e. numModesAvailable (better to be declared as a const btw) set to 35 before 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
|
The loop is setting values in the array uiRdModeList:
The loop bound is correct since it matches the loop bound of the loop reading from the array: