Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bf48cc41 authored by Jean-François Moine's avatar Jean-François Moine Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB: gspca - stk014: Change the min and default values of the JPEG quality

parent 9a731a32
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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];
};