Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 261213
b: refs/heads/master
c: 1048af2
h: refs/heads/master
i:
  261211: dbc9508
v: v3
  • Loading branch information
Johannes Obermaier authored and Mauro Carvalho Chehab committed Jul 27, 2011
1 parent 16eb91e commit deaccc3
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: b87f2eddfaa2e74b51978f7c8671f3f4777af3fe
refs/heads/master: 1048af2f810b3d08210c600ca3c8e84877edbbc7
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/mt9v011.c
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ static void set_res(struct v4l2_subdev *sd)
* be missing.
*/

hstart = 14 + (640 - core->width) / 2;
hstart = 20 + (640 - core->width) / 2;
mt9v011_write(sd, R02_MT9V011_COLSTART, hstart);
mt9v011_write(sd, R04_MT9V011_WIDTH, core->width);
mt9v011_write(sd, R05_MT9V011_HBLANK, 771 - core->width);
Expand Down

0 comments on commit deaccc3

Please sign in to comment.