diff options
author | phintuka <phintuka> | 2006-09-01 11:52:53 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2006-09-01 11:52:53 +0000 |
commit | cce83ecd39af93adf5d487b8688e9e33eac361c3 (patch) | |
tree | bad78caee39792802d7b3f9fdb124dcc8dcad6d9 | |
parent | 07d37687df3649c7708f3d5c9b120e98039e37ea (diff) | |
download | xineliboutput-cce83ecd39af93adf5d487b8688e9e33eac361c3.tar.gz xineliboutput-cce83ecd39af93adf5d487b8688e9e33eac361c3.tar.bz2 |
Xine_Control_Sync (Xine_Control synchronized with data stream)
-rw-r--r-- | frontend.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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.7 2006-08-25 04:03:11 phintuka Exp $ + * $Id: frontend.h,v 1.8 2006-09-01 11:52:53 phintuka Exp $ * */ @@ -62,6 +62,7 @@ class cXinelibThread : public cThread, public cListObject int Xine_Control(const char *cmd, int64_t p1); virtual int Xine_Control(const char *cmd) = 0; + virtual int Xine_Control_Sync(const char *cmd) { return Xine_Control(cmd); } virtual void Xine_Sync(void) {}; |