Peter Lohmann wrote: > > It would be nice to see some provision for handling the type of > video data. For example, most analog video decoders can do > either raw VBI or sliced (teletext, CC, etc.). If there *is* a way to > specify this, I would like to know. > > -- Peter You can have a look at the v4l2 vbi spec available from http://www.thedirks.org/v4l2 . This is the api that seems (from the header files at least), to be used in the new kernel series. It also explains how to get what data from the driver (ie. raw vbi, or just teletext/cc). (I don't think any v4l drivers support this yet.) -justin