summaryrefslogtreecommitdiffstats
path: root/libvo/vo_directx.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_directx.c')
-rw-r--r--libvo/vo_directx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_directx.c b/libvo/vo_directx.c
index dac261480c..99602562a9 100644
--- a/libvo/vo_directx.c
+++ b/libvo/vo_directx.c
@@ -135,7 +135,7 @@ static directx_fourcc_caps g_ddpf[] =
};
#define NUM_FORMATS (sizeof(g_ddpf) / sizeof(g_ddpf[0]))
-static vo_info_t info =
+static const vo_info_t info =
{
"Directx DDraw YUV/RGB/BGR renderer",
"directx",