diff options
author | phintuka <phintuka> | 2008-11-18 14:59:54 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2008-11-18 14:59:54 +0000 |
commit | f01593ae0ab4cd77ea4fe4105f3a93c9f15a635a (patch) | |
tree | c86d72cef628f7e1d9a4725bf97a326015bb88bd | |
parent | 8fa6abff05d7451a33b030208982a85137a5a841 (diff) | |
download | xineliboutput-f01593ae0ab4cd77ea4fe4105f3a93c9f15a635a.tar.gz xineliboutput-f01593ae0ab4cd77ea4fe4105f3a93c9f15a635a.tar.bz2 |
Cosmetics
-rw-r--r-- | frontend.h | 4 |
1 files changed, 2 insertions, 2 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.23 2008-11-18 14:59:17 phintuka Exp $ + * $Id: frontend.h,v 1.24 2008-11-18 14:59:54 phintuka Exp $ * */ @@ -98,7 +98,7 @@ class cXinelibThread : public cThread, public cListObject // Playback files virtual bool PlayFile(const char *FileName, int Position, bool LoopPlay = false, ePlayMode PlayMode = pmAudioVideo); - virtual int PlayFileCtrl(const char *Cmd) { return Xine_Control(Cmd); } + virtual int PlayFileCtrl(const char *Cmd, int TimeoutMs=-1) { return Xine_Control(Cmd); } virtual bool EndOfStreamReached(void); // Image grabbing |