diff options
author | Gerd Knorr <devnull@localhost> | 2005-01-13 17:22:33 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2005-01-13 17:22:33 +0000 |
commit | bc5318acb6a825d4efc39704e8fbc5b25e7a69e2 (patch) | |
tree | ff76038c6ddc278f58d517d71c10e50adb96ece2 /linux/drivers/media/video/bttv-vbi.c | |
parent | 5e7e4300bdef43bbc9db1f4661e1867a18ab8aff (diff) | |
download | mediapointer-dvb-s2-bc5318acb6a825d4efc39704e8fbc5b25e7a69e2.tar.gz mediapointer-dvb-s2-bc5318acb6a825d4efc39704e8fbc5b25e7a69e2.tar.bz2 |
- card-specific and other fixes from various people.
- more pinnacle 300i work (still not functional :-/).
Diffstat (limited to 'linux/drivers/media/video/bttv-vbi.c')
-rw-r--r-- | linux/drivers/media/video/bttv-vbi.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; |