Skip to content

Commit

Permalink
V4L/DVB: gspca - zc3xx: Change the max and default JPEG qualities
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-François Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Jean-François Moine authored and Mauro Carvalho Chehab committed Aug 2, 2010
1 parent bf48cc4 commit db6cf42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/media/video/gspca/zc3xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit db6cf42

Please sign in to comment.