diff options
author | phintuka <phintuka> | 2010-03-13 12:04:29 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2010-03-13 12:04:29 +0000 |
commit | 07a3d0ab0395f27afa094f8e4431553089b5bba8 (patch) | |
tree | ecffb1af0253ab71ecbae915d779da225e6b613c /frontend_local.h | |
parent | 5675078e5074e317fcbb28a55d36488679843dbe (diff) | |
download | xineliboutput-07a3d0ab0395f27afa094f8e4431553089b5bba8.tar.gz xineliboutput-07a3d0ab0395f27afa094f8e4431553089b5bba8.tar.bz2 |
Play_PES() -> Play()
Diffstat (limited to 'frontend_local.h')
-rw-r--r-- | frontend_local.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend_local.h b/frontend_local.h index 2054ec51..72552b03 100644 --- a/frontend_local.h +++ b/frontend_local.h @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: frontend_local.h,v 1.7 2009-08-18 12:36:56 phintuka Exp $ + * $Id: frontend_local.h,v 1.8 2010-03-13 12:04:29 phintuka Exp $ * */ @@ -32,7 +32,7 @@ class cXinelibLocal : public cXinelibThread public: // Data transfer - 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(); |