summaryrefslogtreecommitdiffstats
path: root/libvo/vosub_vidix.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vosub_vidix.h')
-rw-r--r--libvo/vosub_vidix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vosub_vidix.h b/libvo/vosub_vidix.h
index 022605cb92..10824761f2 100644
--- a/libvo/vosub_vidix.h
+++ b/libvo/vosub_vidix.h
@@ -13,7 +13,7 @@
#define VOSUB_VIDIX_H
/* drvname can be NULL */
-int vidix_preinit(const char *drvname,void *server);
+int vidix_preinit(const char *drvname,vo_functions_t *server);
int vidix_init(unsigned src_width,unsigned src_height,
unsigned dest_x,unsigned dest_y,unsigned dst_width,
unsigned dst_height,unsigned format,unsigned dest_bpp,