Browse Source

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>
Jean-François Moine 15 years ago
parent
commit
bf48cc4149
1 changed files with 2 additions and 2 deletions
  1. 2 2
      drivers/media/video/gspca/stk014.c

+ 2 - 2
drivers/media/video/gspca/stk014.c

@@ -36,9 +36,9 @@ struct sd {
 	unsigned char colors;
 	unsigned char lightfreq;
 	u8 quality;
-#define QUALITY_MIN 60
+#define QUALITY_MIN 70
 #define QUALITY_MAX 95
-#define QUALITY_DEF 80
+#define QUALITY_DEF 88
 
 	u8 jpeg_hdr[JPEG_HDR_SZ];
 };