Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 173976
b: refs/heads/master
c: 7399787
h: refs/heads/master
v: v3
  • Loading branch information
Hans de Goede authored and Mauro Carvalho Chehab committed Dec 5, 2009
1 parent b0f6a9e commit ac2f5bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 79b359025d57969decb465973f7c0ea195009007
refs/heads/master: 73997870c64d604f521e85a57511f36a2dc22ed0
8 changes: 4 additions & 4 deletions trunk/drivers/media/video/gspca/w996Xcf.c
Original file line number Diff line number Diff line change
Expand Up @@ -442,11 +442,11 @@ static int w9968cf_set_crop_window(struct sd *sd)
/* Sigh, this is dependend on the clock / framerate changes
made by the frequency control, sick. */
if (sd->freq == 1) {
start_cropx = 279;
start_cropy = 35;
start_cropx = 277;
start_cropy = 37;
} else {
start_cropx = 103;
start_cropy = 35;
start_cropx = 105;
start_cropy = 37;
}
} else {
start_cropx = 320;
Expand Down

0 comments on commit ac2f5bf

Please sign in to comment.