diff options
Diffstat (limited to 'src/libxinevdec/msvc.c')
-rw-r--r-- | src/libxinevdec/msvc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libxinevdec/msvc.c b/src/libxinevdec/msvc.c index fe95de7c5..5ba1d142b 100644 --- a/src/libxinevdec/msvc.c +++ b/src/libxinevdec/msvc.c @@ -22,7 +22,7 @@ * based on overview of Microsoft Video-1 algorithm * by Mike Melanson: http://www.pcisys.net/~melanson/codecs/video1.txt * - * $Id: msvc.c,v 1.9 2002/09/04 23:31:11 guenter Exp $ + * $Id: msvc.c,v 1.10 2002/09/05 20:44:41 mroi Exp $ */ #include <stdlib.h> @@ -345,7 +345,7 @@ static void msvc_dispose (video_decoder_t *this_gen) { free (this_gen); } -void *init_video_decoder_plugin (xine_t *xine, void *data) { +static void *init_video_decoder_plugin (xine_t *xine, void *data) { msvc_decoder_t *this ; |