summaryrefslogtreecommitdiffstats
path: root/libvo/vo_v4l2.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_v4l2.c')
-rw-r--r--libvo/vo_v4l2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_v4l2.c b/libvo/vo_v4l2.c
index 7cecfd75da..1f611d864a 100644
--- a/libvo/vo_v4l2.c
+++ b/libvo/vo_v4l2.c
@@ -53,7 +53,7 @@ static vo_mpegpes_t *pes;
static int output = -1;
static char *device = NULL;
-static opt_t subopts[] = {
+static const opt_t subopts[] = {
{"output", OPT_ARG_INT, &output, (opt_test_f)int_non_neg},
{"device", OPT_ARG_MSTRZ, &device, NULL},
{NULL}