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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libvo/vo_v4l2.c b/libvo/vo_v4l2.c
index f2e6535bab..bb21096b8d 100644
--- a/libvo/vo_v4l2.c
+++ b/libvo/vo_v4l2.c
@@ -69,7 +69,7 @@ static const vo_info_t info =
const LIBVO_EXTERN (v4l2)
int
-v4l2_write (unsigned char *data, int len)
+v4l2_write (const unsigned char *data, int len)
{
if (v4l2_fd < 0)
return 0;
@@ -253,7 +253,7 @@ query_format (uint32_t format)
}
static int
-control (uint32_t request, void *data, ...)
+control (uint32_t request, void *data)
{
switch (request)
{