From 3128c88b71034aa45b781571efcff039fdccdcb2 Mon Sep 17 00:00:00 2001 From: phintuka Date: Sun, 13 Nov 2011 08:45:30 +0000 Subject: SetReplayMode(): set TrickSpeed to -1 --- device.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/device.c b/device.c index 6d70f601..32f8d257 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.113 2011-03-20 21:36:31 phintuka Exp $ + * $Id: device.c,v 1.114 2011-11-13 08:45:30 phintuka Exp $ * */ @@ -612,6 +612,7 @@ void cXinelibDevice::SetReplayMode(void) m_RadioStream = true; // first seen replayed video packet resets this m_AudioCount = 15; m_StreamStart = true; + m_TrickSpeed = -1; ForEach(m_clients, &cXinelibThread::SetLiveMode, false); Clear(); -- cgit v1.2.3