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 cb3f597ab..662aa4b35 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.4 2002/09/04 23:31:11 guenter Exp $ + * $Id: fli.c,v 1.5 2002/09/05 20:44:41 mroi Exp $ */ #include <stdio.h> @@ -564,7 +564,7 @@ static void fli_dispose (video_decoder_t *this_gen) { * plugins for the same buffer types to coexist peacefully. The higher the * priority number, the more precedence a decoder has. E.g., 9 beats 1. */ -void *init_video_decoder_plugin (xine_t *xine, void *data) { +static void *init_video_decoder_plugin (xine_t *xine, void *data) { fli_decoder_t *this ; |