summaryrefslogtreecommitdiff
path: root/src/libxinevdec/cinepak.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libxinevdec/cinepak.c')
-rw-r--r--src/libxinevdec/cinepak.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libxinevdec/cinepak.c b/src/libxinevdec/cinepak.c
index 58b006659..441b464c0 100644
--- a/src/libxinevdec/cinepak.c
+++ b/src/libxinevdec/cinepak.c
@@ -22,7 +22,7 @@
* based on overview of Cinepak algorithm and example decoder
* by Tim Ferguson: http://www.csse.monash.edu.au/~timf/
*
- * $Id: cinepak.c,v 1.12 2002/09/04 23:31:11 guenter Exp $
+ * $Id: cinepak.c,v 1.13 2002/09/05 20:44:41 mroi Exp $
*/
#include <stdlib.h>
@@ -440,7 +440,7 @@ static void cvid_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) {
cvid_decoder_t *this ;