Skip to content

Commit

Permalink
V4L/DVB: gspca - stk014: Change the min and default values of the JPE…
Browse files Browse the repository at this point in the history
…G quality

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 9a731a3 commit bf48cc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/media/video/gspca/stk014.c
Original file line number Diff line number Diff line change
Expand Up @@ -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];
};
Expand Down

0 comments on commit bf48cc4

Please sign in to comment.