diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2007-02-25 12:25:57 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2007-02-25 12:25:57 +0100 |
commit | 197d3762e49dc864abe95626c9c40dc6acd0a1f7 (patch) | |
tree | 698f813836ffd9f46024dece44fce41a36944254 /dvbdevice.h | |
parent | 44479aab2acbe19d27603a032e4bfff184731780 (diff) | |
download | vdr-197d3762e49dc864abe95626c9c40dc6acd0a1f7.tar.gz vdr-197d3762e49dc864abe95626c9c40dc6acd0a1f7.tar.bz2 |
Increased the maximum number of DVB devices to 8
Diffstat (limited to 'dvbdevice.h')
-rw-r--r-- | dvbdevice.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dvbdevice.h b/dvbdevice.h index b479dd10..63c38d15 100644 --- a/dvbdevice.h +++ b/dvbdevice.h @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: dvbdevice.h 1.43 2007/01/13 11:35:07 kls Exp $ + * $Id: dvbdevice.h 1.44 2007/02/25 12:23:57 kls Exp $ */ #ifndef __DVBDEVICE_H @@ -19,7 +19,7 @@ #error VDR requires Linux DVB driver API version 3! #endif -#define MAXDVBDEVICES 4 +#define MAXDVBDEVICES 8 class cDvbTuner; |