comparison 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
comparison
equal deleted inserted replaced
27083:ef28bbd026b2 27084:e4497d289c3c
37 #include "libmpcodecs/vfcap.h" 37 #include "libmpcodecs/vfcap.h"
38 #include "libmpcodecs/mp_image.h" 38 #include "libmpcodecs/mp_image.h"
39 39
40 #define NUM_FRAMES VID_PLAY_MAXFRAMES /* Temporary: driver will overwrite it */ 40 #define NUM_FRAMES VID_PLAY_MAXFRAMES /* Temporary: driver will overwrite it */
41 41
42 static VDL_HANDLE vidix_handler = NULL; 42 static VDXContext *vidix_handler = NULL;
43 static uint8_t *vidix_mem = NULL; 43 static uint8_t *vidix_mem = NULL;
44 static uint8_t next_frame; 44 static uint8_t next_frame;
45 static unsigned image_Bpp,image_height,image_width,src_format,forced_fourcc=0; 45 static unsigned image_Bpp,image_height,image_width,src_format,forced_fourcc=0;
46 static int video_on=0; 46 static int video_on=0;
47 47