mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-01 02:32:49 -04:00
V4L/DVB: gspca - zc3xx: Change the max and default JPEG qualities
Signed-off-by: Jean-François Moine <moinejf@free.fr> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
bf48cc4149
commit
db6cf426a8
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user