patch courtesy of Todd Kirby:
authorMike Melanson <mike@multimedia.cx>
Sat, 10 Apr 2004 15:09:46 +0000 (15:09 +0000)
committerMike Melanson <mike@multimedia.cx>
Sat, 10 Apr 2004 15:09:46 +0000 (15:09 +0000)
commit44f110f509d0ab4fc73b9f2363a97c6577d3850f
treef955f92829f5505e407a2535ee1b9301e873cff5
parent2b382987fdd7dd412f3e750ac44c98febb96107b
patch courtesy of Todd Kirby:

* Fixes a small memory leak in read_rle_sgi()
* Remove temp buffer in read_rle_sgi(). Write rle data directly to image
buffer.
* Adds sanity check to read_rle_sgi() to insure decoded rle data row
equals image width.

Originally committed as revision 2993 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/sgi.c