Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 285167
b: refs/heads/master
c: 9c900f0
h: refs/heads/master
i:
  285165: e6a33c0
  285163: e2c4106
  285159: 1a026d7
  285151: ca73dc9
v: v3
  • Loading branch information
Daniel Drake authored and Mauro Carvalho Chehab committed Nov 7, 2011
1 parent 1890af4 commit 7e0a39c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 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: 318cde38af41fefdd03a7e42c9fb70e9719ed83f
refs/heads/master: 9c900f02385cb18e1a6c65d22a7acbb8c73c07c2
10 changes: 3 additions & 7 deletions trunk/drivers/media/video/via-camera.c
Original file line number Diff line number Diff line change
Expand Up @@ -156,14 +156,10 @@ static struct via_format {
.mbus_code = V4L2_MBUS_FMT_YUYV8_2X8,
.bpp = 2,
},
{
.desc = "RGB 565",
.pixelformat = V4L2_PIX_FMT_RGB565,
.mbus_code = V4L2_MBUS_FMT_RGB565_2X8_LE,
.bpp = 2,
},
/* RGB444 and Bayer should be doable, but have never been
tested with this driver. */
tested with this driver. RGB565 seems to work at the default
resolution, but results in color corruption when being scaled by
viacam_set_scaled(), and is disabled as a result. */
};
#define N_VIA_FMTS ARRAY_SIZE(via_formats)

Expand Down

0 comments on commit 7e0a39c

Please sign in to comment.