Opened 11 years ago Closed 11 years ago #1121 closed defect (duplicate)HighestTid should be used instead of t_id for bumping
Description
C.5.2.2 specifies among other things that bumping shall continue until the following condition becomes false:
The HM code looks at sps_max_num_reorder_pics[temporal_id of the current NAL] instead of sps_max_num_reorder_pics[HighestTid]. This leads to pictures being output in incorrect order, for instance in this example with pictures listed in decoding order:
sps_max_num_reorder_pics[0]=0
IDR POC=0 t_id=0 Attachments (2)Change History (7)comment:1 Changed 11 years ago by DefaultCC Plugin
Changed 11 years ago by rickardcomment:2 Changed 11 years ago by bheng
In certain cases, the SPS pointer may no longer be valid at picture output time. This can cause the suggested patch to crash. Perhaps something like the revised patch would work? Changed 11 years ago by bhengcomment:3 Changed 11 years ago by ksuehring
This looks like a duplicate of #1261? comment:4 Changed 11 years ago by rickardcomment:5 Changed 11 years ago by ksuehring
Closed as duplicate of #1261. 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
|
Possible fix