From bc5318acb6a825d4efc39704e8fbc5b25e7a69e2 Mon Sep 17 00:00:00 2001 From: Gerd Knorr Date: Thu, 13 Jan 2005 17:22:33 +0000 Subject: - card-specific and other fixes from various people. - more pinnacle 300i work (still not functional :-/). --- linux/drivers/media/video/bttv-vbi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'linux/drivers/media/video/bttv-vbi.c') diff --git a/linux/drivers/media/video/bttv-vbi.c b/linux/drivers/media/video/bttv-vbi.c index a53a73f7e..06f3e62b3 100644 --- a/linux/drivers/media/video/bttv-vbi.c +++ b/linux/drivers/media/video/bttv-vbi.c @@ -1,5 +1,5 @@ /* - $Id: bttv-vbi.c,v 1.8 2004/12/10 12:33:39 kraxel Exp $ + $Id: bttv-vbi.c,v 1.9 2005/01/13 17:22:33 kraxel Exp $ bttv - Bt848 frame grabber driver vbi interface @@ -183,7 +183,7 @@ void bttv_vbi_try_fmt(struct bttv_fh *fh, struct v4l2_format *f) case 2: /* SECAM */ default: start0 = 7; - start1 = 319; + start1 = 320; } count0 = (f->fmt.vbi.start[0] + f->fmt.vbi.count[0]) - start0; -- cgit v1.2.3