Opened 10 years ago Last modified 10 years ago #1393 new defectUnnecessary condition checking when handling no output of prior picture
Description
There is the following checking within function checkNoOutputPriorPics
This checking is unnecessary and cause a bug for the following cases:
It is expected that when decoder shall not output the first IDR because after the first IDR has been decoded (and gets into the DPB) it will be flushed without outputting it because the next IDR has no_output_of_prior_pics_flag equal to 1. However, because of the above checking, decoder will not mark the first IDR as not to output because its POC is the same as the POC of the second IDR.
Simply removing that condition would fix the bug. Attachments (1)Change History (2)comment:1 Changed 10 years ago by DefaultCC Plugin
Changed 10 years ago by fhendryNote: 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
|