summaryrefslogtreecommitdiff
path: root/device.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-06-19 08:58:14 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2004-06-19 08:58:14 +0200
commitb1737a8bcb3a259c9c57e76b818539191b96f045 (patch)
tree8a1274f7b89e37bf127a35af0bfbd0ec44afae5c /device.c
parent480afc6bc8636b10849a9e61b73151e81b794f93 (diff)
downloadvdr-b1737a8bcb3a259c9c57e76b818539191b96f045.tar.gz
vdr-b1737a8bcb3a259c9c57e76b818539191b96f045.tar.bz2
Added cDevice::Flush()
Diffstat (limited to 'device.c')
-rw-r--r--device.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/device.c b/device.c
index 0c2b76dc..d62b4563 100644
--- a/device.c
+++ b/device.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: device.c 1.55 2004/05/16 12:14:47 kls Exp $
+ * $Id: device.c 1.56 2004/06/19 08:51:05 kls Exp $
*/
#include "device.h"
@@ -619,6 +619,11 @@ bool cDevice::Poll(cPoller &Poller, int TimeoutMs)
return false;
}
+bool cDevice::Flush(int TimeoutMs)
+{
+ return true;
+}
+
int cDevice::PlayVideo(const uchar *Data, int Length)
{
return -1;