Opened 13 years ago Closed 13 years ago #512 closed defect (fixed)issue on lists_modification_present_flag and ref_pic_list_combination()
Description
JCTVC-H0412, which proposed lists_modification_present_flag, was adopted at the SanJose meeting, but it was not incorporated correctly. It caused the following problem:
ref_pic_list_combination_flag and num_ref_idx_lc_active_minus1 which are parsed in ref_pic_list_combination() are undefined when lists_modification_present_flag is equal to 0.
The fix is included in JCTVC-H0412r1. Attachments (1)Change History (5)comment:1 Changed 13 years ago by DefaultCC Plugin
Changed 13 years ago by suzukiyoscomment:2 Changed 13 years ago by suzukiyoscomment:3 Changed 13 years ago by bbross
ref_pic_list_combination is removed in d7 HLS text comment:4 Changed 13 years ago by bbross
Fixed in JCTVC-I1003 d4. 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
|
And, the default value of num_ref_idx_lc_active_minus1 in ref_pic_list_combination() is not defined.
The following sentence should be added to the semantics of num_ref_idx_lc_active_minius1.
When num_ref_idx_lc_active_minus1 is not present, it is inferred to be equal to num_ref_idx_l0_active_minus1.