diff options
author | phintuka <phintuka> | 2006-09-09 23:09:56 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2006-09-09 23:09:56 +0000 |
commit | 33a85db31cc80f223f4f39a6964adac71f1ffe68 (patch) | |
tree | acaf4b5bb9618596a0c17ce4c24cbeba176bc90a | |
parent | 695bce8f185b37260f136db86cfd5b67e80981b0 (diff) | |
download | xineliboutput-33a85db31cc80f223f4f39a6964adac71f1ffe68.tar.gz xineliboutput-33a85db31cc80f223f4f39a6964adac71f1ffe68.tar.bz2 |
Double blank display removed
-rw-r--r-- | device.c | 3 |
1 files changed, 1 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.21 2006-09-06 20:36:52 phintuka Exp $ + * $Id: device.c,v 1.22 2006-09-09 23:09:56 phintuka Exp $ * */ @@ -539,7 +539,6 @@ void cXinelibDevice::SetTvMode(cChannel *Channel) Clear(); ForEach(m_clients, &cXinelibThread::SetNoVideo, m_RadioStream); ForEach(m_clients, &cXinelibThread::SetLiveMode, true); - ForEach(m_clients, &cXinelibThread::QueueBlankDisplay); ForEach(m_clients, &cXinelibThread::ResumeOutput); } |