Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271904
b: refs/heads/master
c: 3e12950
h: refs/heads/master
v: v3
  • Loading branch information
Jean-François Moine authored and Mauro Carvalho Chehab committed Sep 24, 2011
1 parent ef69bac commit a637d27
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 0dd826962716ff6984a14038d1604be816d759c3
refs/heads/master: 3e12950d86d695bdaf762476446a60ed5073eedc
4 changes: 2 additions & 2 deletions trunk/drivers/media/video/gspca/spca1528.c
Original file line number Diff line number Diff line change
Expand Up @@ -365,8 +365,8 @@ static int sd_start(struct gspca_dev *gspca_dev)
jpeg_define(sd->jpeg_hdr, gspca_dev->height, gspca_dev->width,
0x22); /* JPEG 411 */

/* the JPEG quality seems to be 82% */
jpeg_set_qual(sd->jpeg_hdr, 82);
/* the JPEG quality shall be 85% */
jpeg_set_qual(sd->jpeg_hdr, 85);

/* set the controls */
setbrightness(gspca_dev);
Expand Down

0 comments on commit a637d27

Please sign in to comment.