summaryrefslogtreecommitdiff
path: root/frontend.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontend.h')
-rw-r--r--frontend.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/frontend.h b/frontend.h
index 71e0fd19..38094dfa 100644
--- a/frontend.h
+++ b/frontend.h
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: frontend.h,v 1.37 2010-03-03 16:34:44 phintuka Exp $
+ * $Id: frontend.h,v 1.38 2010-03-13 12:04:29 phintuka Exp $
*
*/
@@ -15,6 +15,8 @@
#include <vdr/thread.h>
#include <vdr/device.h> // ePlayMode
+#include "xine_input_vdr_net.h" // eStreamId
+
class cStatus;
//----------------------------- cXinelibThread --------------------------------
@@ -72,7 +74,7 @@ class cXinelibThread : public cThread, public cListObject
virtual int Poll(cPoller &Poller, int TimeoutMs);
virtual bool Flush(int TimeoutMs);
virtual void Clear(void);
- virtual int Play_PES(const uchar *buf, int len);
+ virtual int Play(const uchar *buf, int len, eStreamId StreamId = sidVdr);
virtual void OsdCmd(void *cmd) = 0;
virtual int64_t GetSTC(void) { return -1; }
virtual void SetHDMode(bool On) { (void)Xine_Control("HDMODE", m_bHDMode = On); };