summaryrefslogtreecommitdiffstats
path: root/libvo/vo_xv.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_xv.c')
-rw-r--r--libvo/vo_xv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_xv.c b/libvo/vo_xv.c
index 47174d41a0..7ae0d48ac1 100644
--- a/libvo/vo_xv.c
+++ b/libvo/vo_xv.c
@@ -611,7 +611,7 @@ static int preinit(const char *arg)
strarg_t ck_method_arg = { 0, NULL };
int xv_adaptor = -1;
- opt_t subopts[] =
+ const opt_t subopts[] =
{
/* name arg type arg var test */
{ "port", OPT_ARG_INT, &xv_port, (opt_test_f)int_pos },