Opened 13 years ago Closed 13 years ago #761 closed defect (duplicate)Return type of getColRefIdx
Description
The return type of the function getColRefIdx() in TComSlice.h, which is a member of class TComSlice, should be UInt. Currently, the return type is Bool, which could give erroneous value when the colRefIdx is more than one. The attached patch (w.r.t r2764, HM8.0-dev) has a solution. Attachments (1)Change History (3)comment:1 Changed 13 years ago by DefaultCC Plugin
Changed 13 years ago by adarshcomment:2 Changed 13 years ago by ksuehring
Closed as duplicate of #760. 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
|
Bug-fix for return type of getColRefIdx()