diff options
-rw-r--r-- | linux/include/linux/videodev2.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/include/linux/videodev2.h b/linux/include/linux/videodev2.h index 69577c73d..588c7694d 100644 --- a/linux/include/linux/videodev2.h +++ b/linux/include/linux/videodev2.h @@ -267,8 +267,8 @@ struct v4l2_pix_format __u32 sizeimage; enum v4l2_colorspace colorspace; __u32 priv; /* private data, depends on pixelformat */ - __u32 x; /* only valid if V4L2_CAP_VIDEO_OUTPUT_POS is set */ - __u32 y; /* only valid if V4L2_CAP_VIDEO_OUTPUT_POS is set */ + __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 */ |