V4L/DVB (5670): Adding new fields to v4l2_pix_format broke the ABI, reverted that change
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> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:

committed by
Mauro Carvalho Chehab

parent
bf57ab7ae7
commit
c74e83a863
@@ -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 */
|
||||
|
Reference in New Issue
Block a user