From d2d509dc39b08e0c7d5ef4ec8bd24dc6785ac712 Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 4 Apr 2010 16:08:15 +0000 Subject: Mark dxr2_opts array as const. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30998 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_dxr2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvo/vo_dxr2.c') diff --git a/libvo/vo_dxr2.c b/libvo/vo_dxr2.c index 28fd7a86bb..6c563cb3c7 100644 --- a/libvo/vo_dxr2.c +++ b/libvo/vo_dxr2.c @@ -88,7 +88,7 @@ static int ck_b = 0xFF; static int cr_left = 0, cr_right = 0; static int cr_top = 55, cr_bot = 300; -m_option_t dxr2_opts[] = { +const m_option_t dxr2_opts[] = { { "overlay", &use_ol, CONF_TYPE_FLAG, 0, 0, 1, NULL}, { "nooverlay", &use_ol, CONF_TYPE_FLAG, 0, 1, 0, NULL}, { "overlay-ratio", &ol_ratio, CONF_TYPE_INT, CONF_RANGE, 1, 2500, NULL }, -- cgit v1.2.3