summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2011-11-13 08:45:30 +0000
committerphintuka <phintuka>2011-11-13 08:45:30 +0000
commit3128c88b71034aa45b781571efcff039fdccdcb2 (patch)
tree6ac9bfc8c512035a891a16a42f688032af4736cb
parentabe2453117402d66ab5d53b8acfe606d392fe56a (diff)
downloadxineliboutput-3128c88b71034aa45b781571efcff039fdccdcb2.tar.gz
xineliboutput-3128c88b71034aa45b781571efcff039fdccdcb2.tar.bz2
SetReplayMode(): set TrickSpeed to -1
-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();