diff options
| author | phintuka <phintuka> | 2011-11-13 08:46:28 +0000 |
|---|---|---|
| committer | phintuka <phintuka> | 2011-11-13 08:46:28 +0000 |
| commit | f75d39858877e4f21162f4bbdd06f143967a637f (patch) | |
| tree | 0a3d773da2af53ec57756c23aed6c8632621ae5b | |
| parent | 3128c88b71034aa45b781571efcff039fdccdcb2 (diff) | |
| download | xineliboutput-f75d39858877e4f21162f4bbdd06f143967a637f.tar.gz xineliboutput-f75d39858877e4f21162f4bbdd06f143967a637f.tar.bz2 | |
Play(): Make sure still mode is reseted
| -rw-r--r-- | device.c | 5 |
1 files changed, 3 insertions, 2 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.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(); } |
