diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2001-10-27 13:01:33 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2001-10-27 13:01:33 +0200 |
commit | fd4d1f77f24171df6b4c3ac241c724c753d9abd4 (patch) | |
tree | 73866d78368095ee691abdbeb9fd67e455211c48 /dvbapi.h | |
parent | 3e10aa7839afa5dbe60fc6748d97d905b1c3b6f3 (diff) | |
download | vdr-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.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; |