summaryrefslogtreecommitdiff
path: root/device.c
diff options
context:
space:
mode:
Diffstat (limited to 'device.c')
-rw-r--r--device.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/device.c b/device.c
index aad81174..1f168f0f 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.98 2010-02-27 16:32:24 phintuka Exp $
+ * $Id: device.c,v 1.99 2010-02-28 07:21:38 phintuka Exp $
*
*/
@@ -1360,8 +1360,9 @@ void cXinelibDevice::StillPicture(const uchar *Data, int Length)
ForEach(m_clients, &cXinelibThread::Clear);
ForEach(m_clients, &cXinelibThread::SetNoVideo, false);
ForEach(m_clients, &cXinelibThread::SetLiveMode, false);
+ ForEach(m_clients, &cXinelibThread::ResumeOutput);
ForEach(m_clients, &cXinelibThread::SetStillMode, true);
- ForEach(m_clients, &cXinelibThread::TrickSpeed, 1);
+ ForEach(m_clients, &cXinelibThread::Sync);
m_TrickSpeed = -1; // to make Poll work ...
m_SkipAudio = 1; // enables audio and pts stripping