From 4bdcb1287117edeab0a7fd7c00710bbf6f607352 Mon Sep 17 00:00:00 2001 From: phintuka Date: Tue, 2 Feb 2010 07:24:40 +0000 Subject: Playfile() : default Position = 0 --- frontend.h | 4 ++-- 1 file 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); } -- cgit v1.2.3