Revert to Fedora kernel-2.6.17-1.2187_FC5 patched with vs2.0.2.1; there are too many...
[linux-2.6.git] / drivers / media / video / cx88 / cx88-vbi.c
index aa2a697..846faad 100644 (file)
@@ -34,8 +34,8 @@ void cx8800_vbi_fmt(struct cx8800_dev *dev, struct v4l2_format *f)
        if (dev->core->tvnorm->id & V4L2_STD_525_60) {
                /* ntsc */
                f->fmt.vbi.sampling_rate = 28636363;
-               f->fmt.vbi.start[0] = 10;
-               f->fmt.vbi.start[1] = 273;
+               f->fmt.vbi.start[0] = 10 -1;
+               f->fmt.vbi.start[1] = 273 -1;
 
        } else if (dev->core->tvnorm->id & V4L2_STD_625_50) {
                /* pal */