From f75d39858877e4f21162f4bbdd06f143967a637f Mon Sep 17 00:00:00 2001 From: phintuka Date: Sun, 13 Nov 2011 08:46:28 +0000 Subject: Play(): Make sure still mode is reseted --- device.c | 5 +++-- 1 file 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(); } -- cgit v1.2.3