diff options
Diffstat (limited to 'src/libxinevdec/fli.c')
-rw-r--r-- | src/libxinevdec/fli.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libxinevdec/fli.c b/src/libxinevdec/fli.c index 5684aa93f..0e3a02921 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.19 2003/08/04 03:47:10 miguelfreitas Exp $ + * $Id: fli.c,v 1.20 2003/08/25 21:51:43 f1rmb Exp $ */ #include <stdio.h> @@ -86,7 +86,7 @@ typedef struct fli_decoder_s { } fli_decoder_t; -void decode_fli_frame(fli_decoder_t *this) { +static void decode_fli_frame(fli_decoder_t *this) { int stream_ptr = 0; int stream_ptr_after_color_chunk; int pixel_ptr; |