summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2011-11-13 08:46:28 +0000
committerphintuka <phintuka>2011-11-13 08:46:28 +0000
commitf75d39858877e4f21162f4bbdd06f143967a637f (patch)
tree0a3d773da2af53ec57756c23aed6c8632621ae5b
parent3128c88b71034aa45b781571efcff039fdccdcb2 (diff)
downloadxineliboutput-f75d39858877e4f21162f4bbdd06f143967a637f.tar.gz
xineliboutput-f75d39858877e4f21162f4bbdd06f143967a637f.tar.bz2
Play(): Make sure still mode is reseted
-rw-r--r--device.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/device.c b/device.c
index 32f8d257..f73c4a3c 100644
--- a/device.c
+++ b/device.c
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: device.c,v 1.114 2011-11-13 08:45:30 phintuka Exp $
+ * $Id: device.c,v 1.115 2011-11-13 08:46:28 phintuka Exp $
*
*/
@@ -827,8 +827,9 @@ void cXinelibDevice::Play(void)
TRACEF("cXinelibDevice::Play");
m_SkipAudio = false;
-
+
ForEach(m_clients, &cXinelibThread::SetLiveMode, false);
+ ForEach(m_clients, &cXinelibThread::SetStillMode, false);
TrickSpeed(-1);
cDevice::Play();
}