Opened 12 years ago Closed 12 years ago #1062 closed defect (fixed)HM decoder crashes when there is no payload_bit_equal_to_zero at the end of a SEI message
Description
HM decoder crashes when there is no payload_bit_equal_to_zero at the end of a SEI message. Specifically, the following code
READ_CODE (payloadBitsRemaining-1, dummy, "payload_bit_equal_to_zero");
will trigger an assert failure when payloadBitsRemaining is equal to 1
A patch is attached to fix this issue.
Best regards, Attachments (1)Change History (3)comment:1 Changed 12 years ago by DefaultCC Plugin
Changed 12 years ago by zhyang123comment:2 Changed 12 years ago by ksuehring
fixed in r3399 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
|
A tentative fix for this issue