aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Engines/mplayer/mplayerengine.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2013-09-10 11:43:25 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2013-09-10 11:43:25 +0000
commitc8ccd3ae4ce1da61ed1f721d6d35846cc2c1f35d (patch)
treee4bfafd046b5a7e0c837a2a07712462c34ac59e3 /src/plugins/Engines/mplayer/mplayerengine.h
parent8452a9b72397a6245a11b688fa6ef272a0a26616 (diff)
downloadqmmp-c8ccd3ae4ce1da61ed1f721d6d35846cc2c1f35d.tar.gz
qmmp-c8ccd3ae4ce1da61ed1f721d6d35846cc2c1f35d.tar.bz2
qmmp-c8ccd3ae4ce1da61ed1f721d6d35846cc2c1f35d.zip
SoundCore::totalTime() is thread-safe now
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3705 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Engines/mplayer/mplayerengine.h')
-rw-r--r--src/plugins/Engines/mplayer/mplayerengine.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/Engines/mplayer/mplayerengine.h b/src/plugins/Engines/mplayer/mplayerengine.h
index 903dcce71..961a86cb6 100644
--- a/src/plugins/Engines/mplayer/mplayerengine.h
+++ b/src/plugins/Engines/mplayer/mplayerengine.h
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2008-2009 by Ilya Kotov *
+ * Copyright (C) 2008-2013 by Ilya Kotov *
* forkotov02@hotmail.ru *
* *
* This program is free software; you can redistribute it and/or modify *
@@ -52,7 +52,6 @@ public:
bool play();
bool enqueue(InputSource *source);
bool initialize();
- qint64 totalTime();
void seek(qint64);
void stop();
void pause();