diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2007-08-23 20:15:24 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-10-09 21:06:53 -0400 |
commit | 2d4d5f11ecf6df6974579c70461866932f0bd722 (patch) | |
tree | e5d3f6c62c27fce3ffb004467bfd919780ae96b4 /drivers/media/video/ivtv/ivtv-driver.h | |
parent | 559e196a56a5d518181efc1d2fefe0892f4689b4 (diff) |
V4L/DVB (6097): ivtv: set correct pixel format and alpha properties
ivtv: set correct pixel format and alpha properties in VIDIOC_G_FBUF
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/ivtv/ivtv-driver.h')
-rw-r--r-- | drivers/media/video/ivtv/ivtv-driver.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/ivtv/ivtv-driver.h b/drivers/media/video/ivtv/ivtv-driver.h index 332d16415ebf..41f753c125da 100644 --- a/drivers/media/video/ivtv/ivtv-driver.h +++ b/drivers/media/video/ivtv/ivtv-driver.h | |||
@@ -672,7 +672,6 @@ struct ivtv { | |||
672 | int osd_chroma_key_state; /* 1 = chroma-keying is on */ | 672 | int osd_chroma_key_state; /* 1 = chroma-keying is on */ |
673 | u8 osd_global_alpha; /* current global alpha */ | 673 | u8 osd_global_alpha; /* current global alpha */ |
674 | u32 osd_chroma_key; /* current chroma key */ | 674 | u32 osd_chroma_key; /* current chroma key */ |
675 | u32 osd_pixelformat; /* current pixel format */ | ||
676 | struct v4l2_rect osd_rect; /* current OSD position and size */ | 675 | struct v4l2_rect osd_rect; /* current OSD position and size */ |
677 | struct v4l2_rect main_rect; /* current Main window position and size */ | 676 | struct v4l2_rect main_rect; /* current Main window position and size */ |
678 | struct osd_info *osd_info; /* ivtv-fb private OSD info */ | 677 | struct osd_info *osd_info; /* ivtv-fb private OSD info */ |