Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 37454
b: refs/heads/master
c: 22ebb77
h: refs/heads/master
v: v3
  • Loading branch information
Mike Isely authored and Mauro Carvalho Chehab committed Sep 26, 2006
1 parent bb497a1 commit 15bf451
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 7f19d0278c86c7f27df287fd0bd5170fe75dc7d2
refs/heads/master: 22ebb77dfa94904f534563512b70178f98bbe962
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/saa7115.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 15bf451

Please sign in to comment.