Opened 10 years ago Closed 10 years ago #1350 closed defect (fixed)mismatch between parameter list of TComTrQuant::init() and its invocation in TDecTop.cpp
Description
There is a mismatch between declaration and use of TComTrQuant::init().
In TComTrQuant.cpp
Void TComTrQuant::init( UInt uiMaxTrSize,
#if ADAPTIVE_QP_SELECTION
#endif
In TDecTop.cpp
This bug exists in HM-16.2 and also HM-dev. Change History (2)comment:1 Changed 10 years ago by DefaultCC Plugin
comment:2 Changed 10 years ago by karlsharman
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 r4229; also changed to a minor bug since it has been around since HM9.2 and only means that an assert in the decoder has no effect.