#835 closed defect (fixed)Invalid SPS pointer used during picture output
Description
The xWriteOutput and xFlushOutput functions reference slice SPS pointers that may not be valid when the picture is actually output. Using these invalid SPS parameters (picCropping and numReorderPics) can cause the decoder to crash.
The attached patch attempts to store the relevant parameters with the picture itself so the SPS pointer is not used at output time. Attachments (1)Change History (5)comment:1 Changed 12 years ago by DefaultCC Plugin
Changed 12 years ago by bhengcomment:2 Changed 12 years ago by ksuehring
comment:3 Changed 12 years ago by ksuehring
comment:4 Changed 12 years ago by ksuehring
Ticket #818 has been marked as a duplicate of this ticket. 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 r3065