summaryrefslogtreecommitdiff
path: root/dvbdevice.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2003-05-02 14:30:03 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2003-05-02 14:30:03 +0200
commita6c1babf9a2827cf91c6c3b9809612927c890317 (patch)
treebbf18143c97e87e2d282a3e57189d60fb2083bd5 /dvbdevice.h
parent6ffb7912d8f83bf0142c9182957a5ff382c72f2e (diff)
downloadvdr-a6c1babf9a2827cf91c6c3b9809612927c890317.tar.gz
vdr-a6c1babf9a2827cf91c6c3b9809612927c890317.tar.bz2
Now turning off live PIDs when replaying
Diffstat (limited to 'dvbdevice.h')
-rw-r--r--dvbdevice.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/dvbdevice.h b/dvbdevice.h
index 335a6943..6bcbc724 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.20 2002/12/15 14:45:29 kls Exp $
+ * $Id: dvbdevice.h 1.21 2003/05/02 12:21:51 kls Exp $
*/
#ifndef __DVBDEVICE_H
@@ -59,6 +59,7 @@ public:
private:
cDvbTuner *dvbTuner;
+ void TurnOffLiveMode(void);
public:
virtual bool ProvidesSource(int Source) const;
virtual bool ProvidesChannel(const cChannel *Channel, int Priority = -1, bool *NeedsDetachReceivers = NULL) const;