diff options
| author | phintuka <phintuka> | 2011-11-13 08:45:30 +0000 |
|---|---|---|
| committer | phintuka <phintuka> | 2011-11-13 08:45:30 +0000 |
| commit | 3128c88b71034aa45b781571efcff039fdccdcb2 (patch) | |
| tree | 6ac9bfc8c512035a891a16a42f688032af4736cb | |
| parent | abe2453117402d66ab5d53b8acfe606d392fe56a (diff) | |
| download | xineliboutput-3128c88b71034aa45b781571efcff039fdccdcb2.tar.gz xineliboutput-3128c88b71034aa45b781571efcff039fdccdcb2.tar.bz2 | |
SetReplayMode(): set TrickSpeed to -1
| -rw-r--r-- | device.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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(); |
