summaryrefslogtreecommitdiff
path: root/frontend.h
diff options
context:
space:
mode:
authorphintuka <phintuka>2008-12-10 22:56:16 +0000
committerphintuka <phintuka>2008-12-10 22:56:16 +0000
commit2c48a9da016eb2c5c9c77c58913a22b1ae6a99fc (patch)
tree12e7bf5f0009297769623ae0fcfd0287eeda9012 /frontend.h
parent8517017e097b36aae6dc9b44ad08c1a4e3090cf7 (diff)
downloadxineliboutput-unlabeled-1.22.2.tar.gz
xineliboutput-unlabeled-1.22.2.tar.bz2
Added TimeoutMs to PlayFileCtrl()unlabeled-1.22.2
Diffstat (limited to 'frontend.h')
-rw-r--r--frontend.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend.h b/frontend.h
index 70c29e12..7ec5a12e 100644
--- a/frontend.h
+++ b/frontend.h
@@ -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.22 2008-04-14 19:58:50 phintuka Exp $
+ * $Id: frontend.h,v 1.22.2.1 2008-12-10 22:56:15 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