Re: bttv.h: #define VBIBUF_SIZE 65536

Alan Cox (alan@lxorguk.ukuu.org.uk)
Fri, 5 Feb 1999 12:59:59 +0000 (GMT)


> > VBI still needs an API definition. Nathan was going to do one. Contributions
> > are accepted
>
> Would you then include the following patch, please.

Not as such. But as VIDIOCVBISIZE so its generic to all future VBI setups
maybe. The problem is there are other things that matter

There ought to be a

struct vbi_config
{
int size;
int format;
etc ...
};

and that wants defining with the whole API carefully and cleanly as a generic
VBI API

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/