summaryrefslogtreecommitdiff
path: root/device.c
diff options
context:
space:
mode:
authorphintuka <phintuka>2006-07-06 02:46:03 +0000
committerphintuka <phintuka>2006-07-06 02:46:03 +0000
commit886bfdb50efcf6e7d4eeae0b7e0de0947dd3b28b (patch)
treed4cac09dc94534b53cf692d0f1fb35e9771888d2 /device.c
parentd3b6c78dae9dbad098239abdca7a892b03565bce (diff)
downloadxineliboutput-886bfdb50efcf6e7d4eeae0b7e0de0947dd3b28b.tar.gz
xineliboutput-886bfdb50efcf6e7d4eeae0b7e0de0947dd3b28b.tar.bz2
*** empty log message ***
Diffstat (limited to 'device.c')
-rw-r--r--device.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/device.c b/device.c
index b392e551..9d0845ea 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.4 2006-07-02 17:09:04 phintuka Exp $
+ * $Id: device.c,v 1.5 2006-07-06 02:45:05 phintuka Exp $
*
*/
@@ -938,14 +938,6 @@ void cXinelibDevice::StillPicture(const uchar *Data, int Length)
Data, 0, VIDEO_STREAM,
&mand<bool>, true);
-#if 0
- if(m_server)
- for(i=0; i<5; i++)
- if(m_server->Flush(50))
- break;
- else
- LOGMSG("cXinelibDevice::StillPicture: retry server flush (%d)", i+1);
-#endif
m_TrickSpeed = 0;
m_SkipAudio = 0;
}