summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorIngo Feinerer <feinerer@cvs.openbsd.org>2015-11-21 07:46:22 +0000
committerIngo Feinerer <feinerer@cvs.openbsd.org>2015-11-21 07:46:22 +0000
commitac41c4f8d0d794edfd6c6d3f78ba4756e552d719 (patch)
tree9cee89953b435024b1eae701b7f22ceb28f34409 /sys
parent5a2653e6c3b6550f46cf00d04e67e80c5d22b7e1 (diff)
Add V4L2_FMT_FLAG_EMULATED
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/videoio.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/videoio.h b/sys/sys/videoio.h
index c5d8b0b3048..5e7e25eacd9 100644
--- a/sys/sys/videoio.h
+++ b/sys/sys/videoio.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: videoio.h,v 1.8 2014/10/23 07:34:48 brad Exp $ */
+/* $OpenBSD: videoio.h,v 1.9 2015/11/21 07:46:21 feinerer Exp $ */
/*
* Video for Linux Two header file
*
@@ -360,6 +360,7 @@ struct v4l2_fmtdesc {
};
#define V4L2_FMT_FLAG_COMPRESSED 0x0001
+#define V4L2_FMT_FLAG_EMULATED 0x0002
/*
* F R A M E S I Z E E N U M E R A T I O N