Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 723420
Collapse All | Expand All

(-)linuxtv-dvb-apps-1.1.1.20140321.orig/util/alevt/vbi.c (-1 lines)
Lines 35-41 Link Here
35
35
36
static u8 *rawbuf; // one common buffer for raw vbi data
36
static u8 *rawbuf; // one common buffer for raw vbi data
37
static int rawbuf_size; // its current size
37
static int rawbuf_size; // its current size
38
u_int16_t sid;
39
static char *vbi_names[]
38
static char *vbi_names[]
40
	= { "/dev/vbi", "/dev/vbi0", "/dev/video0", "/dev/dvb/adapter0/demux0",
39
	= { "/dev/vbi", "/dev/vbi0", "/dev/video0", "/dev/dvb/adapter0/demux0",
41
	NULL }; // default device names if none was given at the command line
40
	NULL }; // default device names if none was given at the command line

Return to bug 723420