#1261 closed defect (fixed)HM decoder does not use HighestTID nor sps_max_num_reorder_pics when bumping
Description
The HM decoder is not output order conforming.
One reason is that sps_max_dec_pic_buffering_minus1 is not used for determining what pictures to output as specified in section C.5.2.2.
Another reason is HM uses sps_max_num_reorder_pics[t_id] instead of sps_max_num_reorder_pics[HighestTid] for determining whether pictures should be output. Attachments (1)Change History (4)comment:1 Changed 11 years ago by DefaultCC Plugin
Changed 11 years ago by rickardcomment:2 Changed 11 years ago by fbossen
Fixed in r3863 comment:3 Changed 11 years ago by ksuehring
Ticket #1121 has been marked as a duplicate of this ticket. 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
|
Proposed patch for ticket 1261