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 c0362aa83c..bb21096b8d 100644
--- a/libvo/vo_v4l2.c
+++ b/libvo/vo_v4l2.c
@@ -54,7 +54,7 @@ static int output = -1;
static char *device = NULL;
static const opt_t subopts[] = {
- {"output", OPT_ARG_INT, &output, (opt_test_f)int_non_neg},
+ {"output", OPT_ARG_INT, &output, int_non_neg},
{"device", OPT_ARG_MSTRZ, &device, NULL},
{NULL}
};