aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/videodev2.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/videodev2.h')
-rw-r--r--include/linux/videodev2.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/videodev2.h b/include/linux/videodev2.h
index 4c30655b293f..6c73516b74c4 100644
--- a/include/linux/videodev2.h
+++ b/include/linux/videodev2.h
@@ -261,11 +261,6 @@ struct v4l2_capability {
261#define V4L2_CAP_ASYNCIO 0x02000000 /* async I/O */ 261#define V4L2_CAP_ASYNCIO 0x02000000 /* async I/O */
262#define V4L2_CAP_STREAMING 0x04000000 /* streaming I/O ioctls */ 262#define V4L2_CAP_STREAMING 0x04000000 /* streaming I/O ioctls */
263 263
264/* This flags gets set if the "sensor" is known to be upside down and this can
265 *not* be fixed using v4l2 flipx/y controls. Note that absence of this flag
266 is not a guarantee for the image not being upside down. */
267#define V4L2_CAP_SENSOR_UPSIDE_DOWN 0x10000000
268
269/* 264/*
270 * V I D E O I M A G E F O R M A T 265 * V I D E O I M A G E F O R M A T
271 */ 266 */