summaryrefslogtreecommitdiff
path: root/dvbapi.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2001-09-15 14:00:14 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2001-09-15 14:00:14 +0200
commitc9796296cd7fb62d51b435f4996fbd9f2603c65e (patch)
tree3385f6cff3e0251faabeed5345fc9691c1e9e489 /dvbapi.h
parent7913b00daa6c95f4a8fdbc96793dc08f26a5f121 (diff)
downloadvdr-c9796296cd7fb62d51b435f4996fbd9f2603c65e.tar.gz
vdr-c9796296cd7fb62d51b435f4996fbd9f2603c65e.tar.bz2
Switched to the driver's new tuning API
Diffstat (limited to 'dvbapi.h')
-rw-r--r--dvbapi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dvbapi.h b/dvbapi.h
index 508942e6..5e19a8e1 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.49 2001/09/09 14:37:18 kls Exp $
+ * $Id: dvbapi.h 1.50 2001/09/15 13:46:00 kls Exp $
*/
#ifndef __DVBAPI_H
@@ -87,7 +87,7 @@ class cDvbApi {
friend class cTransferBuffer;
private:
int videoDev;
- int fd_osd, fd_qpskfe, fd_qamfe, fd_sec, fd_dvr, fd_audio, fd_video, fd_demuxa1, fd_demuxa2, fd_demuxd1, fd_demuxd2, fd_demuxv, fd_demuxt;
+ 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;
bool SetPid(int fd, dmxPesType_t PesType, int Pid, dmxOutput_t Output);
bool SetVpid(int Vpid, dmxOutput_t Output) { return SetPid(fd_demuxv, DMX_PES_VIDEO, Vpid, Output); }