diff options
Diffstat (limited to 'include/linux/videodev2.h')
-rw-r--r-- | include/linux/videodev2.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/include/linux/videodev2.h b/include/linux/videodev2.h index 7fdb8710c831..5d78910f926c 100644 --- a/include/linux/videodev2.h +++ b/include/linux/videodev2.h | |||
@@ -761,16 +761,12 @@ struct v4l2_crop { | |||
761 | struct v4l2_rect c; | 761 | struct v4l2_rect c; |
762 | }; | 762 | }; |
763 | 763 | ||
764 | /* Hints for adjustments of selection rectangle */ | ||
765 | #define V4L2_SEL_FLAG_GE 0x00000001 | ||
766 | #define V4L2_SEL_FLAG_LE 0x00000002 | ||
767 | |||
768 | /** | 764 | /** |
769 | * struct v4l2_selection - selection info | 765 | * struct v4l2_selection - selection info |
770 | * @type: buffer type (do not use *_MPLANE types) | 766 | * @type: buffer type (do not use *_MPLANE types) |
771 | * @target: Selection target, used to choose one of possible rectangles; | 767 | * @target: Selection target, used to choose one of possible rectangles; |
772 | * defined in v4l2-common.h; V4L2_SEL_TGT_* . | 768 | * defined in v4l2-common.h; V4L2_SEL_TGT_* . |
773 | * @flags: constraints flags | 769 | * @flags: constraints flags, defined in v4l2-common.h; V4L2_SEL_FLAG_*. |
774 | * @r: coordinates of selection window | 770 | * @r: coordinates of selection window |
775 | * @reserved: for future use, rounds structure size to 64 bytes, set to zero | 771 | * @reserved: for future use, rounds structure size to 64 bytes, set to zero |
776 | * | 772 | * |