Opened 11 years ago Closed 11 years ago #1132 closed defect (fixed)incorrect decoded picture buffer reordering with IDR
Description
The HM11.0 decoder seems to not correctly reorder the decoded pictures buffer (DPB) when more than an IDR picture is present in a sequence.
With the attached configuration file (which produces the sequence IDR-P-IDR), the encoder DPB correctly reorder the pictures as 0-1-2. By decoding the bitstream generated by the encoder, the decoder reconstructed sequence is not matching the encoder due to the wrong reordering 2-0-1.
The HM11.0rc1 was used for both the encoder and decoder. Attachments (1)Change History (3)comment:1 Changed 11 years ago by DefaultCC Plugin
Changed 11 years ago by stefano913comment:2 Changed 11 years ago by fbossen
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
|
Was not able to reproduce the issue with r3782