Skip to content
Snippets Groups Projects
Commit 8ff7213f authored by Vladimir Vukicevic's avatar Vladimir Vukicevic Committed by Carl Worth
Browse files

rasterize traps that extend outside of the image bounds correctly

Traps that extend outside of the image bounds are rasterized incorrectly
currently; the problem is a signed vs. unsigned comparison that got
introduced when a width parameter went from int -> uint.  This patch
puts it back to int (since it's stored as an int in the bits structure
to begin with), and also fixes a similar warning in the memset wrapper
parent 028993aa
No related branches found
Tags gst-libav-0.10.13
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment