From 35fbd07b5b3e023b0c6e3d40023ef7aed39a4822 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 10 Feb 2001 13:13:49 +0100 Subject: Supporting 4 DVB cards by default --- dvbapi.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dvbapi.h') 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]; -- cgit v1.2.3