Opened 5 years ago
Closed 5 years ago
#910 closed defect (fixed)
Missing braces in num_ref_idx_active_override_flag condition
Reported by: | Vadim | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | spec | Version: | |
Keywords: | Cc: | ksuehring, bbross, XiangLi, fbossen, jvet@… |
Description
Missing braces around the slice type conditions
if( ( rpl_info_in_ph_flag | | ( ( nal_unit_type != IDR_W_RADL && nal_unit_type != IDR_N_LP ) | | sps_idr_rpl_present_flag ) ) && ( ( slice_type != I && num_ref_entries[ 0 ][ RplsIdx[ 0 ] ] > 1 ) | | ( slice_type == B && num_ref_entries[ 1 ][ RplsIdx[ 1 ] ] > 1 ) ) ) {
num_ref_idx_active_override_flag
Change history (1)
comment:1 Changed 5 years ago by yk
- Resolution set to fixed
- Status changed from new to closed
Note: See TracTickets for help on using tickets.
Good catch! Thanks. Fixed in Q2001-vE.