summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-06-20 20:28:50 +0000
committerben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-06-20 20:28:50 +0000
commitb40e5e88d586096db2deabe901e5523f76eb7b55 (patch)
treecec25939608e929bda96bb88a20b649850461feb /libvo
parentb6697c56e6c1190ee7544b56e7186c3bae67ea8e (diff)
downloadmpv-b40e5e88d586096db2deabe901e5523f76eb7b55.tar.bz2
mpv-b40e5e88d586096db2deabe901e5523f76eb7b55.tar.xz
remove useless typedef againstfor VDXContext
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27116 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vosub_vidix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vosub_vidix.c b/libvo/vosub_vidix.c
index fec1d9ce32..e2b7d10634 100644
--- a/libvo/vosub_vidix.c
+++ b/libvo/vosub_vidix.c
@@ -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;