diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2010-05-09 05:40:18 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-06-01 00:21:46 -0400 |
commit | f1a4435f3efa510760adf6acb87c62653de9a0ee (patch) | |
tree | c404053bb2f2a94b6e873ed0e89805c4e8eab35f /drivers/media | |
parent | 3907b07294a9a87793ca9e0223c7bf66b6108ab0 (diff) |
V4L/DVB: tvp514x: remove obsolete fmt_list
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Reviewed-by: Vaibhav Hiremath <hvaibhav@ti.com>
Tested-by: Vaibhav Hiremath <hvaibhav@ti.com>
Acked-by: Vaibhav Hiremath <hvaibhav@ti.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/video/tvp514x.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/drivers/media/video/tvp514x.c b/drivers/media/video/tvp514x.c index 1b03d0eb20df..bb5df5176377 100644 --- a/drivers/media/video/tvp514x.c +++ b/drivers/media/video/tvp514x.c | |||
@@ -199,21 +199,6 @@ static struct tvp514x_reg tvp514x_reg_list_default[] = { | |||
199 | }; | 199 | }; |
200 | 200 | ||
201 | /** | 201 | /** |
202 | * List of image formats supported by TVP5146/47 decoder | ||
203 | * Currently we are using 8 bit mode only, but can be | ||
204 | * extended to 10/20 bit mode. | ||
205 | */ | ||
206 | static const struct v4l2_fmtdesc tvp514x_fmt_list[] = { | ||
207 | { | ||
208 | .index = 0, | ||
209 | .type = V4L2_BUF_TYPE_VIDEO_CAPTURE, | ||
210 | .flags = 0, | ||
211 | .description = "8-bit UYVY 4:2:2 Format", | ||
212 | .pixelformat = V4L2_PIX_FMT_UYVY, | ||
213 | }, | ||
214 | }; | ||
215 | |||
216 | /** | ||
217 | * Supported standards - | 202 | * Supported standards - |
218 | * | 203 | * |
219 | * Currently supports two standards only, need to add support for rest of the | 204 | * Currently supports two standards only, need to add support for rest of the |