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

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

V4L/DVB: gspca - zc3xx: Change the max and default JPEG qualities

parent bf48cc41
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -46,9 +46,9 @@ struct sd {
	u8 lightfreq;
	u8 sharpness;
	u8 quality;			/* image quality */
#define QUALITY_MIN 40
#define QUALITY_MAX 60
#define QUALITY_DEF 50
#define QUALITY_MIN 50
#define QUALITY_MAX 80
#define QUALITY_DEF 70

	u8 sensor;		/* Type of image sensor chip */
/* !! values used in different tables */