summaryrefslogtreecommitdiff
path: root/linux/include
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2007-05-17 11:41:44 +0200
committerHans Verkuil <hverkuil@xs4all.nl>2007-05-17 11:41:44 +0200
commit2392009ea8bfdab6078943ca39f6a5223e557f18 (patch)
treed9fb05e23130ff1cbf9bccd3c220d2a6527ab5bd /linux/include
parent9e64c6766c66005d13e7522e9e14c43b6388db30 (diff)
downloadmediapointer-dvb-s2-2392009ea8bfdab6078943ca39f6a5223e557f18.tar.gz
mediapointer-dvb-s2-2392009ea8bfdab6078943ca39f6a5223e557f18.tar.bz2
Adding new fields to v4l2_pix_format broke the ABI, reverted that change
From: Hans Verkuil <hverkuil@xs4all.nl> Reverted the change to struct v4l2_pix_format. I completely missed that this struct was used by existing ioctls so that changing it broke the ABI. I will have to think of another way of setting the top/left coordinates but for now this change is reverted to preserve compatibility. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'linux/include')
-rw-r--r--linux/include/linux/videodev2.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/linux/include/linux/videodev2.h b/linux/include/linux/videodev2.h
index 76af1e16a..8e46a2029 100644
--- a/linux/include/linux/videodev2.h
+++ b/linux/include/linux/videodev2.h
@@ -267,8 +267,6 @@ struct v4l2_pix_format
__u32 sizeimage;
enum v4l2_colorspace colorspace;
__u32 priv; /* private data, depends on pixelformat */
- __u32 left; /* only valid if V4L2_CAP_VIDEO_OUTPUT_POS is set */
- __u32 top; /* only valid if V4L2_CAP_VIDEO_OUTPUT_POS is set */
};
/* Pixel format FOURCC depth Description */