aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/zoran_device.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/zoran_device.c')
-rw-r--r--drivers/media/video/zoran_device.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/media/video/zoran_device.c b/drivers/media/video/zoran_device.c
index f97c20692057..10686c68a65b 100644
--- a/drivers/media/video/zoran_device.c
+++ b/drivers/media/video/zoran_device.c
@@ -60,7 +60,8 @@
60 60
61extern const struct zoran_format zoran_formats[]; 61extern const struct zoran_format zoran_formats[];
62 62
63static int lml33dpath = 0; /* 1 will use digital path in capture 63static int lml33dpath; /* default = 0
64 * 1 will use digital path in capture
64 * mode instead of analog. It can be 65 * mode instead of analog. It can be
65 * used for picture adjustments using 66 * used for picture adjustments using
66 * tool like xawtv while watching image 67 * tool like xawtv while watching image
@@ -987,7 +988,7 @@ void
987zr36057_enable_jpg (struct zoran *zr, 988zr36057_enable_jpg (struct zoran *zr,
988 enum zoran_codec_mode mode) 989 enum zoran_codec_mode mode)
989{ 990{
990 static int zero = 0; 991 static int zero;
991 static int one = 1; 992 static int one = 1;
992 struct vfe_settings cap; 993 struct vfe_settings cap;
993 int field_size = 994 int field_size =