Opened 12 years ago Closed 12 years ago #1061 closed defect (fixed)HM decoder crashes when field_seq_flag is equal to 1
Description
The HM decoder crashes when field_seq_flag is equal to 1 due to the following code line in file TDecCAVLC.cpp
After removing the above code, the decoder works fine by outputing field pictures sequentially.
Michael 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 r3400 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 patch for this issue.