Opened 12 years ago Closed 12 years ago #978 closed defect (fixed)Wrong syntax for lt_idx_sps[ i ] (7.3.7.1 General slice segment header syntax)
Descriptionif( i < num_long_term_sps && num_long_term_ref_pics_sps > 1) lt_idx_sps[ i ] else {
should be if( i < num_long_term_sps) { if( num_long_term_ref_pics_sps > 1) lt_idx_sps[ i ] } else { Change History (2)comment:1 Changed 12 years ago by DefaultCC Plugin
comment:2 Changed 12 years ago by bbross
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
|