summaryrefslogtreecommitdiff
path: root/frontend_svr.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontend_svr.h')
-rw-r--r--frontend_svr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend_svr.h b/frontend_svr.h
index b17eede4..198e3065 100644
--- a/frontend_svr.h
+++ b/frontend_svr.h
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: frontend_svr.h,v 1.28 2010-01-29 13:54:54 phintuka Exp $
+ * $Id: frontend_svr.h,v 1.29 2010-03-13 12:04:29 phintuka Exp $
*
*/
@@ -45,7 +45,7 @@ class cXinelibServer : public cXinelibThread
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);
virtual int64_t GetSTC();
virtual void SetHDMode(bool On);