Opened 13 years ago Closed 13 years ago #258 closed defect (fixed)Uninitialized variables in TComSlice
Description
In case sliceMode=1, some variables are left uninitialized in second slice onwards leading to invalid access and crash.
List of variables:
This initialization is needed as part of TComSlice::copySliceInfo() as well to fix the problem for sliceMode=1. Attachments (2)Change History (5)comment:1 Changed 13 years ago by DefaultCC Plugin
Changed 13 years ago by csghoneChanged 13 years ago by jonatancomment:2 Changed 13 years ago by ksuehring
The patch was applied to HM-5.0-dev in r1703 comment:3 Changed 13 years ago by davidf
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
|
Fix for the problem with uninitialized variables (for ref pic list modifications) in TComSlice when encoding multiple slices per picture.