summaryrefslogtreecommitdiff
path: root/dvbdevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'dvbdevice.h')
-rw-r--r--dvbdevice.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/dvbdevice.h b/dvbdevice.h
index 670421f..63c38d1 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.42 2007/01/05 10:39:52 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;
@@ -84,6 +84,11 @@ protected:
protected:
virtual int OpenFilter(u_short Pid, u_char Tid, u_char Mask);
+// Common Interface facilities:
+
+public:
+ virtual bool HasCi(void);
+
// Image Grab facilities
private: