get_byte may not return -1 on error, since it can lead to a negative backptr.
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sat, 14 Jan 2006 14:59:11 +0000 (14:59 +0000)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sat, 14 Jan 2006 14:59:11 +0000 (14:59 +0000)
commita9318df2f87c7a50ece1083a1b9e78c256e97a4a
treebe4855ac79835075feb166ff165dd2d9d55309cd
parent3f1965c4ac0747ffc8986b290af4824c6fccf052
get_byte may not return -1 on error, since it can lead to a negative backptr.

Originally committed as revision 4854 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/lzo.c