|
From: Jean-Francois P. <pan...@co...> - 2004-07-06 07:30:13
|
When reading TGA media from a QuickTime file, decode_tga() incorrectly validates the width and height of the images read from the file: it only looks at the low byte from the TGA header, so the code only works when reading TGA images smaller than 256x256. The patch attached to this mail should fix this problem. JF |