From 63aef7522fdd005ff7f4ac6f79efa2797e488118 Mon Sep 17 00:00:00 2001 From: Mike Melanson Date: Mon, 23 Dec 2002 21:15:06 +0000 Subject: heh...those should really be unsigned char's CVS patchset: 3656 CVS date: 2002/12/23 21:15:06 --- src/libxinevdec/fli.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libxinevdec/fli.c b/src/libxinevdec/fli.c index a8f23b319..0f895cbf5 100644 --- a/src/libxinevdec/fli.c +++ b/src/libxinevdec/fli.c @@ -23,7 +23,7 @@ * avoid when implementing a FLI decoder, visit: * http://www.pcisys.net/~melanson/codecs/ * - * $Id: fli.c,v 1.15 2002/12/23 15:36:37 tmmm Exp $ + * $Id: fli.c,v 1.16 2002/12/23 21:15:06 tmmm Exp $ */ #include @@ -104,7 +104,7 @@ void decode_fli_frame(fli_decoder_t *this) { int color_packets; int color_changes; int color_shift; - unsigned r, g, b; + unsigned char r, g, b; int lines, x; int compressed_lines; -- cgit v1.2.3