summaryrefslogtreecommitdiff
path: root/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'device.h')
-rw-r--r--device.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/device.h b/device.h
index c75ee10b..3c613c14 100644
--- a/device.h
+++ b/device.h
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: device.h,v 1.49 2009-08-01 19:50:36 phintuka Exp $
+ * $Id: device.h,v 1.50 2010-02-01 12:20:01 phintuka Exp $
*
*/
@@ -233,6 +233,9 @@ class cXinelibDevice : public cDevice
int PlayAny(const uchar *Data, int Length);
int PlayTrickSpeed(const uchar *buf, int length);
+ bool AcceptVideoPacket(const uchar *Data, int Length);
+ bool AcceptAudioPacket(const uchar *Data, int Length);
+
protected:
virtual bool Poll(cPoller &Poller, int TimeoutMs = 0);