summaryrefslogtreecommitdiffstats
path: root/libvo/vo_dxr2.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_dxr2.c')
-rw-r--r--libvo/vo_dxr2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_dxr2.c b/libvo/vo_dxr2.c
index f2c9509b47..a424e5e6f3 100644
--- a/libvo/vo_dxr2.c
+++ b/libvo/vo_dxr2.c
@@ -37,7 +37,7 @@ static int movie_w,movie_h;
static int playing = 0;
// vo device used to blank the screen for the overlay init
-static vo_functions_t* sub_vo = NULL;
+static const vo_functions_t* sub_vo = NULL;
static uint8_t* sub_img = NULL;
static int sub_x,sub_y,sub_w,sub_h;