projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0dd8269
)
[media] gspca - spca1528: Change the JPEG quality of the images
author
Jean-François Moine
<moinejf@free.fr>
Fri, 23 Sep 2011 07:20:29 +0000
(
04:20
-0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Sat, 24 Sep 2011 02:30:39 +0000
(23:30 -0300)
The JPEG quality was guessed as around 82%. Information in ms-win drivers
says it should be 85%.
Signed-off-by: Jean-François Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/gspca/spca1528.c
patch
|
blob
|
history
diff --git
a/drivers/media/video/gspca/spca1528.c
b/drivers/media/video/gspca/spca1528.c
index f7c70a2c0778736cc089d5fcff02e05cce8e8744..b7e8d408c989d3dd681291cd6564bb9767037f9f 100644
(file)
--- a/
drivers/media/video/gspca/spca1528.c
+++ b/
drivers/media/video/gspca/spca1528.c
@@
-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 s
eems to be 82
% */
- jpeg_set_qual(sd->jpeg_hdr, 8
2
);
+ /* the JPEG quality s
hall be 85
% */
+ jpeg_set_qual(sd->jpeg_hdr, 8
5
);
/* set the controls */
setbrightness(gspca_dev);