summaryrefslogtreecommitdiff
path: root/dvbapi.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2001-10-27 13:01:33 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2001-10-27 13:01:33 +0200
commitfd4d1f77f24171df6b4c3ac241c724c753d9abd4 (patch)
tree73866d78368095ee691abdbeb9fd67e455211c48 /dvbapi.h
parent3e10aa7839afa5dbe60fc6748d97d905b1c3b6f3 (diff)
downloadvdr-fd4d1f77f24171df6b4c3ac241c724c753d9abd4.tar.gz
vdr-fd4d1f77f24171df6b4c3ac241c724c753d9abd4.tar.bz2
Changed the tuning code to use FrontendInfo to detect the type of DVB card
Diffstat (limited to 'dvbapi.h')
-rw-r--r--dvbapi.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/dvbapi.h b/dvbapi.h
index 725060f8..557ae5d9 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.54 2001/10/27 09:50:03 kls Exp $
+ * $Id: dvbapi.h 1.55 2001/10/27 12:44:45 kls Exp $
*/
#ifndef __DVBAPI_H
@@ -89,6 +89,7 @@ class cDvbApi {
#endif //DVDSUPPORT
friend class cTransferBuffer;
private:
+ FrontendType frontendType;
int videoDev;
int fd_osd, fd_frontend, fd_sec, fd_dvr, fd_audio, fd_video, fd_demuxa1, fd_demuxa2, fd_demuxd1, fd_demuxd2, fd_demuxv, fd_demuxt;
int vPid, aPid1, aPid2, dPid1, dPid2;