summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/ivtv
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2008-01-27 14:09:24 -0200
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-01-27 14:09:24 -0200
commit07c40dde6fd84df8218fed6351fe81f77458406e (patch)
tree2d8046452992b6b68b5c6d067ee6ca4a690b39b7 /linux/drivers/media/video/ivtv
parent0b14b001f4b716b7d53a1413de30bbdb70764651 (diff)
parent56ab5d5a038d60cd901d04a60c56f4a9e0631c00 (diff)
downloadmediapointer-dvb-s2-07c40dde6fd84df8218fed6351fe81f77458406e.tar.gz
mediapointer-dvb-s2-07c40dde6fd84df8218fed6351fe81f77458406e.tar.bz2
merge: http://linuxtv.org/hg/~dougsland/v4l
From: Mauro Carvalho Chehab <mchehab@infradead.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/ivtv')
-rw-r--r--linux/drivers/media/video/ivtv/ivtv-driver.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/linux/drivers/media/video/ivtv/ivtv-driver.c b/linux/drivers/media/video/ivtv/ivtv-driver.c
index e7741a031..b6c145752 100644
--- a/linux/drivers/media/video/ivtv/ivtv-driver.c
+++ b/linux/drivers/media/video/ivtv/ivtv-driver.c
@@ -127,11 +127,11 @@ static int dec_mpg_buffers = IVTV_DEFAULT_DEC_MPG_BUFFERS;
static int dec_yuv_buffers = IVTV_DEFAULT_DEC_YUV_BUFFERS;
static int dec_vbi_buffers = IVTV_DEFAULT_DEC_VBI_BUFFERS;
-static int ivtv_yuv_mode = 0;
-static int ivtv_yuv_threshold=-1;
+static int ivtv_yuv_mode;
+static int ivtv_yuv_threshold = -1;
static int ivtv_pci_latency = 1;
-int ivtv_debug = 0;
+int ivtv_debug;
static int newi2c = -1;