]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
V4L/DVB: gspca - stk014: Change the min and default values of the JPEG quality
authorJean-François Moine <moinejf@free.fr>
Fri, 4 Jun 2010 08:46:38 +0000 (05:46 -0300)
committerMauro 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

index 45f4bc6ffc4aaac4b4426d899c6ae07a3985c506..2aedf4b1bfa37504b4b6497d781906243c941a0f 100644 (file)
@@ -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];
 };