summaryrefslogtreecommitdiffstats
path: root/libvo/vo_v4l2.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_v4l2.h')
-rw-r--r--libvo/vo_v4l2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_v4l2.h b/libvo/vo_v4l2.h
index 0e6a45522a..ac44fcaa75 100644
--- a/libvo/vo_v4l2.h
+++ b/libvo/vo_v4l2.h
@@ -23,6 +23,6 @@
#ifndef MPLAYER_VO_V4L2_H
#define MPLAYER_VO_V4L2_H
-int v4l2_write (unsigned char *data, int len);
+int v4l2_write(const unsigned char *data, int len);
#endif /* MPLAYER_VO_V4L2_H */