diff libvo/vosub_vidix.c @ 27084:e4497d289c3c

Remove useless typedef for VDXContext.
author ben
date Fri, 20 Jun 2008 20:28:50 +0000
parents df448e1248b2
children 1861074aef60
line wrap: on
line diff
--- a/libvo/vosub_vidix.c	Fri Jun 20 20:24:53 2008 +0000
+++ b/libvo/vosub_vidix.c	Fri Jun 20 20:28:50 2008 +0000
@@ -39,7 +39,7 @@
 
 #define NUM_FRAMES VID_PLAY_MAXFRAMES /* Temporary: driver will overwrite it */
 
-static VDL_HANDLE vidix_handler = NULL;
+static VDXContext *vidix_handler = NULL;
 static uint8_t *vidix_mem = NULL;
 static uint8_t next_frame;
 static unsigned image_Bpp,image_height,image_width,src_format,forced_fourcc=0;