summaryrefslogtreecommitdiffstats
path: root/libvo/vo_xover.c
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-02 14:24:23 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-02 14:24:23 +0000
commit844c8ffc48c7e7715c43a1290188f5bdfa289821 (patch)
tree84f08c54b7cce8b02b146221488939235da9fe28 /libvo/vo_xover.c
parentbbab104b7e5238c510f51a8e671b3d8f4fcbfa0a (diff)
downloadmpv-844c8ffc48c7e7715c43a1290188f5bdfa289821.tar.bz2
mpv-844c8ffc48c7e7715c43a1290188f5bdfa289821.tar.xz
Mark several uses of vo_functions_t as const to stop some of the current
hacks e.g. in vidix code from spreading. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25247 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/vo_xover.c')
-rw-r--r--libvo/vo_xover.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_xover.c b/libvo/vo_xover.c
index 9c1275b542..46f8f83fcf 100644
--- a/libvo/vo_xover.c
+++ b/libvo/vo_xover.c
@@ -67,7 +67,7 @@ static uint32_t window_width, window_height;
static uint32_t drwX, drwY, drwWidth, drwHeight, drwBorderWidth,
drwDepth, drwcX, drwcY, dwidth, dheight;
-static vo_functions_t* sub_vo = NULL;
+static const vo_functions_t* sub_vo = NULL;
static void set_window(int force_update)