Opened 12 years ago Closed 12 years ago #939 closed enhancement (invalid)low_delay_hrd_flag[i] present even when fixed_pic_rate_within_cvs_flag[i] == 1
Description
low_delay_hrd_flag[i] is present even when fixed_pic_rate_within_cvs_flag[i] == 1.
Compare this to fixed_pic_rate_within_cvs_flag[i], which is not present if fixed_pic_rate_general_flag[i] == 1, in which case fixed_pic_rate_within_cvs_flag[i] is inferred to be 1.
For consistency, it is suggested that low_delay_hrd_flag[i] be present only if fixed_pic_rate_within_cvs_flag[i] == 0 and that it be inferred to be equal to 0 when fixed_pic_rate_within_cvs_flag[i] == 1. Change History (4)comment:1 Changed 12 years ago by DefaultCC Plugin
comment:2 Changed 12 years ago by dthoangcomment:3 Changed 12 years ago by yk
I think these changes need to be discussed at the meeting, so it would be better that you submit a proposal document for the changes. comment:4 Changed 12 years ago by dthoang
YK, thanks for the suggestion. I registered JCTVC-L0372 for this purpose, and am closing this bug. 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
|
The same case can be made to make cpb_cnt_minus1[i] be present only if low_delay_hrd_flag[i] == 0.