Opened 12 years ago Closed 12 years ago #1053 closed defect (fixed)max_dec_pic_buffering signalling in VPS and SPS
Description
VPS/SPS max_dec_pic_buffering should be signalled with minus1 values, i.e., vps_max_dec_pic_buffering_minus1[i] and sps_max_dec_pic_buffering_minus1[i]. Attachments (1)Change History (5)comment:1 Changed 12 years ago by DefaultCC Plugin
comment:2 Changed 12 years ago by ksuehringChanged 12 years ago by peisongccomment:3 Changed 12 years ago by peisongc
Hope the attached patch is useful to clear the confusion. comment:4 Changed 12 years ago by fbossen
Fixed in r3395 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
|
If I remember correctly the coded values are already minus1 because the current picture had not been included in the calculation before.
But for more clarity the code should add the minus1 to the strings and also store them with the correct value.
Any patch would be appreciated. Maybe the authors of JCTVC-L0323 can help here?