projects
/
profile
/
ivi
/
kernel-x86-ivi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f19d02
)
V4L/DVB (4596): Fix saa7115 miscalculation that breaks NTSC
author
Mike Isely
<isely@pobox.com>
Sun, 3 Sep 2006 01:33:02 +0000
(22:33 -0300)
committer
Mauro Carvalho Chehab
<mchehab@infradead.org>
Tue, 26 Sep 2006 15:30:35 +0000
(12:30 -0300)
This repairs a problem introduced by a commit earlier applied.
Thanks-to: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/saa7115.c
patch
|
blob
|
history
diff --git
a/drivers/media/video/saa7115.c
b/drivers/media/video/saa7115.c
index
61642f8
..
4f61b97
100644
(file)
--- a/
drivers/media/video/saa7115.c
+++ b/
drivers/media/video/saa7115.c
@@
-851,7
+851,7
@@
static int saa711x_set_size(struct i2c_client *client, int width, int height)
/* On 60Hz, it is using a higher Vertical Output Size */
if (!is_50hz)
- res+=(
480-HRES_60HZ
)>>1;
+ res+=(
HRES_60HZ-480
)>>1;
/* height */
saa711x_write(client, R_CE_B_VERT_OUTPUT_WINDOW_LENGTH,