Opened 11 years ago Closed 10 years ago #1227 closed defect (duplicate)The HM decoder doesn't check the validity of {vps,sps}_num_reorder_pics
Description
According to the specification: The value of vps_max_num_reorder_pics[ i ] shall be in the range of 0 to vps_max_dec_pic_buffering_minus1[ i ], inclusive. [...] The value of sps_max_num_reorder_pics[ i ] shall be in the range of 0 to sps_max_dec_pic_buffering_minus1[ i ], inclusive.
But the HM decoder doesn't check that at all. The attached patch adds assertions for these conditions. Attachments (1)Change History (4)comment:1 Changed 11 years ago by DefaultCC Plugin
Changed 11 years ago by Smartercomment:2 Changed 11 years ago by ksuehring
comment:3 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
|
Added to #1367. Closed as duplicate.