diff options
author | Jean-François Moine <moinejf@free.fr> | 2010-06-04 04:46:38 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-08-02 13:06:09 -0400 |
commit | bf48cc4149df1bc1447068b0247c2364713af66c (patch) | |
tree | 42996cbb8635a19965fb56a7f4565756bf886dcc /drivers/media/video | |
parent | 9a731a3265a808c806766a28e2b62e9da78f9ac6 (diff) |
V4L/DVB: gspca - stk014: Change the min and default values of the JPEG quality
Signed-off-by: Jean-François Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video')
-rw-r--r-- | drivers/media/video/gspca/stk014.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/gspca/stk014.c b/drivers/media/video/gspca/stk014.c index 45f4bc6ffc4a..2aedf4b1bfa3 100644 --- a/drivers/media/video/gspca/stk014.c +++ b/drivers/media/video/gspca/stk014.c | |||
@@ -36,9 +36,9 @@ struct sd { | |||
36 | unsigned char colors; | 36 | unsigned char colors; |
37 | unsigned char lightfreq; | 37 | unsigned char lightfreq; |
38 | u8 quality; | 38 | u8 quality; |
39 | #define QUALITY_MIN 60 | 39 | #define QUALITY_MIN 70 |
40 | #define QUALITY_MAX 95 | 40 | #define QUALITY_MAX 95 |
41 | #define QUALITY_DEF 80 | 41 | #define QUALITY_DEF 88 |
42 | 42 | ||
43 | u8 jpeg_hdr[JPEG_HDR_SZ]; | 43 | u8 jpeg_hdr[JPEG_HDR_SZ]; |
44 | }; | 44 | }; |