Opened 12 years ago Closed 12 years ago #776 closed defect (fixed)collocated_ref_idx parsing at decoder
Description
The collocated_ref_idx is parsed at the decoder in TDecCAVLC.cpp. However, when the syntax elements are not signalled, no value is explicitly assigned there. When there are multiple slices and one of these syntax elements is not signalled, it takes the value of the syntax element from the previous slice - because copySliceInfo() is called to copy the information from the previous slice.
The fix is similar to fix for #728 (for colDir) fixed in r2753. Attachments (1)Change History (3)comment:1 Changed 12 years ago by DefaultCC Plugin
Changed 12 years ago by adarshcomment:2 Changed 12 years ago by ksuehring
the patch has been applied in r2786 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 collocated_ref_idx at decoder