diff options
-rw-r--r-- | frontend_local.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/frontend_local.h b/frontend_local.h index 84dd2ad4..1a44f3bd 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.5 2007-04-12 22:53:36 phintuka Exp $ + * $Id: frontend_local.h,v 1.6 2008-11-18 15:06:12 phintuka Exp $ * */ @@ -36,8 +36,8 @@ class cXinelibLocal : public cXinelibThread public: // Data transfer - virtual int Play_PES(const uchar *buf, int len); - virtual void OsdCmd(void *cmd); + virtual int Play_PES(const uchar *buf, int len); + virtual void OsdCmd(void *cmd); virtual int64_t GetSTC(); // Playback files |