Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 124587
b: refs/heads/master
c: 1970f14
h: refs/heads/master
i:
  124585: 4d8f15a
  124583: acbd37c
v: v3
  • Loading branch information
Erik Andrén authored and Mauro Carvalho Chehab committed Dec 30, 2008
1 parent cfe2a5d commit fbf8ec3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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: de84830e6959b046a99da3be12246458f4ab9825
refs/heads/master: 1970f14fde9640cc2e238c031498900edbd8ff94
6 changes: 4 additions & 2 deletions trunk/drivers/media/video/gspca/stv06xx/stv06xx_hdcs.c
Original file line number Diff line number Diff line change
Expand Up @@ -317,8 +317,10 @@ static int hdcs_set_size(struct sd *sd,

y = (hdcs->array.height - HDCS_1020_BOTTOM_Y_SKIP - height) / 2
+ hdcs->array.top;
} else if (height > hdcs->array.height) {
height = hdcs->array.height;
} else {
if (height > hdcs->array.height)
height = hdcs->array.height;

y = hdcs->array.top + (hdcs->array.height - height) / 2;
}

Expand Down

0 comments on commit fbf8ec3

Please sign in to comment.