mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
37df4c349d
A program to read /dev/vbi0 and extract various data including Videotext/Teletext as .vtx files, Intercast data and VPS signals.
21 lines
387 B
Plaintext
21 lines
387 B
Plaintext
*** vbidecode.cc.orig Mon Jun 7 17:12:04 1999
|
|
--- vbidecode.cc Mon Jun 7 17:12:20 1999
|
|
*************** TODO:
|
|
*** 52,58 ****
|
|
#include <sys/stat.h>
|
|
|
|
#include "tables.h"
|
|
! #include "../../driver/bttv.h"
|
|
|
|
int verbosity=0;
|
|
|
|
--- 52,59 ----
|
|
#include <sys/stat.h>
|
|
|
|
#include "tables.h"
|
|
! /* #include "../../driver/bttv.h" */
|
|
! #define VBI_MAXLINES 16
|
|
|
|
int verbosity=0;
|
|
|