Opened 12 years ago Closed 12 years ago #931 closed defect (fixed)incorrect parsing of lt_idx_sps if num_long_term_ref_pics_sps == 1
Description
According to the spec, if num_long_term_ref_pics_sps == 1, parsing lt_idx_sps should consume Ceil( Log2( 1 ) ) = 0 bits. Int bitsForLtrpInSPS = 1; while (rpcSlice->getSPS()->getNumLongTermRefPicSPS() > (1 << bitsForLtrpInSPS)) { bitsForLtrpInSPS++; }
Parsing of lt_idx_sps should probably use code equivalent to that for parsing short_term_ref_pic_set_idx. Change History (2)comment:1 Changed 12 years ago by DefaultCC Plugin
comment:2 Changed 12 years ago by fbossen
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
|
Fixed in r3172