summaryrefslogtreecommitdiff
path: root/dvbapi.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2001-02-10 13:13:49 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2001-02-10 13:13:49 +0100
commit35fbd07b5b3e023b0c6e3d40023ef7aed39a4822 (patch)
tree6c80d0b41a040a922a6cb01daeda4680f465e418 /dvbapi.h
parent484a3afa89e81e5106108e2ba9eb9d45dcd27c9a (diff)
downloadvdr-35fbd07b5b3e023b0c6e3d40023ef7aed39a4822.tar.gz
vdr-35fbd07b5b3e023b0c6e3d40023ef7aed39a4822.tar.bz2
Supporting 4 DVB cards by default
Diffstat (limited to 'dvbapi.h')
-rw-r--r--dvbapi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dvbapi.h b/dvbapi.h
index 634fabfe..517736da 100644
--- a/dvbapi.h
+++ b/dvbapi.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: dvbapi.h 1.33 2001/02/03 17:39:33 kls Exp $
+ * $Id: dvbapi.h 1.34 2001/02/10 13:11:48 kls Exp $
*/
#ifndef __DVBAPI_H
@@ -71,7 +71,7 @@ private:
public:
~cDvbApi();
-#define MAXDVBAPI 2
+#define MAXDVBAPI 4
static int NumDvbApis;
private:
static cDvbApi *dvbApi[MAXDVBAPI];