summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--device.c3
1 files changed, 2 insertions, 1 deletions
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();