diff options
author | phintuka <phintuka> | 2006-07-06 02:46:03 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2006-07-06 02:46:03 +0000 |
commit | 886bfdb50efcf6e7d4eeae0b7e0de0947dd3b28b (patch) | |
tree | d4cac09dc94534b53cf692d0f1fb35e9771888d2 /device.c | |
parent | d3b6c78dae9dbad098239abdca7a892b03565bce (diff) | |
download | xineliboutput-886bfdb50efcf6e7d4eeae0b7e0de0947dd3b28b.tar.gz xineliboutput-886bfdb50efcf6e7d4eeae0b7e0de0947dd3b28b.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'device.c')
-rw-r--r-- | device.c | 10 |
1 files changed, 1 insertions, 9 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.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; } |