diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2014-12-12 00:14:47 +0200 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2014-12-15 22:10:24 +0200 |
commit | 4b9b925239d005d96cbbc262f2e637b2d60ce143 (patch) | |
tree | 30374edaf37637b8a57ef06c7ad24d74e5620571 /include/linux/v4l2-common.h | |
parent | 8f6921584eed1b12b9b05f4bb8535a2cf194402d (diff) |
Update headers from upstream kernel
Upstream commit 71947828caef0c83d4245f7d1eaddc799b4ff1d1
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'include/linux/v4l2-common.h')
-rw-r--r-- | include/linux/v4l2-common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/v4l2-common.h b/include/linux/v4l2-common.h index 2f6f8ca..1527398 100644 --- a/include/linux/v4l2-common.h +++ b/include/linux/v4l2-common.h @@ -43,6 +43,8 @@ #define V4L2_SEL_TGT_CROP_DEFAULT 0x0001 /* Cropping bounds */ #define V4L2_SEL_TGT_CROP_BOUNDS 0x0002 +/* Native frame size */ +#define V4L2_SEL_TGT_NATIVE_SIZE 0x0003 /* Current composing area */ #define V4L2_SEL_TGT_COMPOSE 0x0100 /* Default composing area */ |