mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
0f8592a752
See vdr/webcamd dvb thread(s) on the freebsd-multimedia list for FreeBSD notes, some links are here: http://people.freebsd.org/~nox/dvb/ and see these links for general vdr info: http://www.linuxtv.org/vdrwiki/index.php/Main_Page http://www.vdr-portal.de/ WWW: http://www.tvdr.de/
12 lines
343 B
C
12 lines
343 B
C
--- device.c.orig
|
|
+++ device.c
|
|
@@ -65,7 +65,7 @@ bool cDeviceHook::DeviceProvidesTranspon
|
|
#define MIN_PRE_1_3_19_PRIVATESTREAM 10
|
|
|
|
int cDevice::numDevices = 0;
|
|
-int cDevice::useDevice = 0;
|
|
+uint64_t cDevice::useDevice = 0;
|
|
int cDevice::nextCardIndex = 0;
|
|
int cDevice::currentChannel = 1;
|
|
cDevice *cDevice::device[MAXDEVICES] = { NULL };
|