diff options
Diffstat (limited to 'device.h')
-rw-r--r-- | device.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: device.h,v 1.34.2.2 2008-12-10 22:56:15 phintuka Exp $ + * $Id: device.h,v 1.34.2.1 2008-09-26 13:41:52 phintuka Exp $ * */ @@ -239,7 +239,7 @@ class cXinelibDevice : public cDevice public: bool PlayFile(const char *Filename, int Position=0, bool LoopPlay=false, ePlayMode PlayMode=pmAudioVideo); - int PlayFileCtrl(const char *Cmd, int TimeoutMs = -1); + int PlayFileCtrl(const char *Cmd); bool EndOfStreamReached(void); |