projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a731a3
)
V4L/DVB: gspca - stk014: Change the min and default values of the JPEG quality
author
Jean-François Moine
<moinejf@free.fr>
Fri, 4 Jun 2010 08:46:38 +0000
(
05:46
-0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Mon, 2 Aug 2010 17:06:09 +0000
(14:06 -0300)
Signed-off-by: Jean-François Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/gspca/stk014.c
patch
|
blob
|
history
diff --git
a/drivers/media/video/gspca/stk014.c
b/drivers/media/video/gspca/stk014.c
index 45f4bc6ffc4aaac4b4426d899c6ae07a3985c506..2aedf4b1bfa37504b4b6497d781906243c941a0f 100644
(file)
--- a/
drivers/media/video/gspca/stk014.c
+++ b/
drivers/media/video/gspca/stk014.c
@@
-36,9
+36,9
@@
struct sd {
unsigned char colors;
unsigned char lightfreq;
u8 quality;
-#define QUALITY_MIN
6
0
+#define QUALITY_MIN
7
0
#define QUALITY_MAX 95
-#define QUALITY_DEF 8
0
+#define QUALITY_DEF 8
8
u8 jpeg_hdr[JPEG_HDR_SZ];
};