summaryrefslogtreecommitdiff
path: root/dvbdevice.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-10-30 15:10:50 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2004-10-30 15:10:50 +0200
commit664df0902e624904098bad2aacc922c40d26a01c (patch)
tree6c910b2921d6c456d0dadee2d179204f33578d42 /dvbdevice.h
parentd5018de4feeadc6e5184a1e1dd648f7126e3c0b3 (diff)
downloadvdr-664df0902e624904098bad2aacc922c40d26a01c.tar.gz
vdr-664df0902e624904098bad2aacc922c40d26a01c.tar.bz2
No longer explicitly waiting for a tuner lock when switching channels
Diffstat (limited to 'dvbdevice.h')
-rw-r--r--dvbdevice.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dvbdevice.h b/dvbdevice.h
index f7a4b925..7dd6174d 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.28 2004/06/19 08:51:33 kls Exp $
+ * $Id: dvbdevice.h 1.29 2004/10/30 14:48:27 kls Exp $
*/
#ifndef __DVBDEVICE_H
@@ -64,7 +64,7 @@ public:
protected:
virtual bool SetChannelDevice(const cChannel *Channel, bool LiveView);
public:
- virtual bool HasLock(void);
+ virtual bool HasLock(int TimeoutMs = 0);
// PID handle facilities