summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2010-02-02 07:24:40 +0000
committerphintuka <phintuka>2010-02-02 07:24:40 +0000
commit4bdcb1287117edeab0a7fd7c00710bbf6f607352 (patch)
treee5d41bc2ab06cb4d91d007a86d3c073c0cafb41d
parentc860855b783f808b8e80e973997ce752e8d70353 (diff)
downloadxineliboutput-4bdcb1287117edeab0a7fd7c00710bbf6f607352.tar.gz
xineliboutput-4bdcb1287117edeab0a7fd7c00710bbf6f607352.tar.bz2
Playfile() : default Position = 0
-rw-r--r--frontend.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend.h b/frontend.h
index f964b606..43ce0c65 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.34 2010-01-16 20:55:52 phintuka Exp $
+ * $Id: frontend.h,v 1.35 2010-02-02 07:24:40 phintuka Exp $
*
*/
@@ -89,7 +89,7 @@ class cXinelibThread : public cThread, public cListObject
bool NoSignalDisplay(void);
// Playback files
- virtual bool PlayFile(const char *FileName, int Position,
+ virtual bool PlayFile(const char *FileName, int Position = 0,
bool LoopPlay = false, ePlayMode PlayMode = pmAudioVideo,
int TimeoutMs = -1);
virtual int PlayFileCtrl(const char *Cmd, int TimeoutMs=-1) { return Xine_Control(Cmd); }