Opened 13 years ago Closed 11 years ago #489 closed enhancement (fixed)assert() for scalingListType
Description
In several places in HM-6.0 and maybe other versions, the statement "assert(scalingListType < 6)" appears several times in TComTrQuant.cpp, TDecCU.cpp, and TEncSearch.cpp. Would it be better to change it to: assert(scalingListType < SCALING_LIST_NUM) ? Change History (2)comment:1 Changed 13 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 r3773