Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199962
b: refs/heads/master
c: f1a4435
h: refs/heads/master
v: v3
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Jun 1, 2010
1 parent 9331a53 commit 3f14d37
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3907b07294a9a87793ca9e0223c7bf66b6108ab0
refs/heads/master: f1a4435f3efa510760adf6acb87c62653de9a0ee
15 changes: 0 additions & 15 deletions trunk/drivers/media/video/tvp514x.c
Original file line number Diff line number Diff line change
Expand Up @@ -198,21 +198,6 @@ static struct tvp514x_reg tvp514x_reg_list_default[] = {
{TOK_TERM, 0, 0},
};

/**
* List of image formats supported by TVP5146/47 decoder
* Currently we are using 8 bit mode only, but can be
* extended to 10/20 bit mode.
*/
static const struct v4l2_fmtdesc tvp514x_fmt_list[] = {
{
.index = 0,
.type = V4L2_BUF_TYPE_VIDEO_CAPTURE,
.flags = 0,
.description = "8-bit UYVY 4:2:2 Format",
.pixelformat = V4L2_PIX_FMT_UYVY,
},
};

/**
* Supported standards -
*
Expand Down

0 comments on commit 3f14d37

Please sign in to comment.