diff options
Diffstat (limited to 'src/libxinevdec/qtrpza.c')
-rw-r--r-- | src/libxinevdec/qtrpza.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libxinevdec/qtrpza.c b/src/libxinevdec/qtrpza.c index 6b6f2dfa1..05a0f04ee 100644 --- a/src/libxinevdec/qtrpza.c +++ b/src/libxinevdec/qtrpza.c @@ -21,7 +21,7 @@ * For more information about the RPZA format, visit: * http://www.pcisys.net/~melanson/codecs/ * - * $Id: qtrpza.c,v 1.2 2002/09/04 23:31:11 guenter Exp $ + * $Id: qtrpza.c,v 1.3 2002/09/05 20:44:42 mroi Exp $ */ #include <stdio.h> @@ -445,7 +445,7 @@ static void qtrpza_dispose (video_decoder_t *this_gen) { free (this_gen); } -video_decoder_t *init_video_decoder_plugin (int iface_version, xine_t *xine) { +static void *init_video_decoder_plugin (int iface_version, xine_t *xine) { qtrpza_decoder_t *this ; |