V4L/DVB (9082): gspca: Vertical flip the image by default in sonixj.

Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Jean-Francois Moine 2008-09-22 03:14:25 -03:00 committed by Mauro Carvalho Chehab
parent 9f4c0617ed
commit 40e6ec1291
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ static struct ctrl sd_ctrls[] = {
.minimum = 0,
.maximum = 1,
.step = 1,
#define VFLIP_DEF 0
#define VFLIP_DEF 1
.default_value = VFLIP_DEF,
},
.set = sd_setvflip,