Opened 12 years ago Closed 12 years ago #981 closed defect (fixed)Default display window parameters used when VUI parameters not present
Description
If VUI parameters are not present, the decoder incorrectly attempts to use the default display window parameters from the non-existent VUI.
The attached patch can be used to fix the problem. Attachments (2)Change History (5)comment:1 Changed 12 years ago by DefaultCC Plugin
Changed 12 years ago by bhengcomment:2 Changed 12 years ago by bhengcomment:3 Changed 12 years ago by ksuehring
The second patch was applied in r3334 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
|
Additionally, with multiple random access points, these Slice and SPS pointers can potentially be invalid at picture output time. So, the default display window parameters should instead be stored in the picture buffer like the conformance window parameters currently are.