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