Opened 11 years ago Closed 11 years ago #48 closed defect (fixed)Wrong element name of poc_lsb_present_flag[] on slice_segment_header()
Description
An element name of poc_lsb_not_present_flag[] in slice_segment_header(),i.e., if( nuh_layer_id > 0 && poc_lsb_not_present_flag[ nuh_layer_id ] | | ( nal_unit_type != IDR_W_RADL && nal_unit_type != IDR_N_LP ) )is missed in WD.
nuh_layer_id should be changed to LayerIdxInVPS[nuh_layer_id]. Change history (2)comment:1 Changed 11 years ago by DefaultCC Plugin
comment:2 Changed 11 years ago by tech
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
|