summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Reufer <thomas@reufer.ch>2015-03-29 12:48:53 +0200
committerThomas Reufer <thomas@reufer.ch>2015-03-29 12:48:53 +0200
commit2b94d1aa125d694d7b469b3067e0bb81123ae02f (patch)
tree52d2ee5edd8c555d8a599724ba9be6806762ab9b
parent35462805b9f876c38cfa681623b9cd426028a2c7 (diff)
downloadvdr-plugin-rpihddevice-2b94d1aa125d694d7b469b3067e0bb81123ae02f.tar.gz
vdr-plugin-rpihddevice-2b94d1aa125d694d7b469b3067e0bb81123ae02f.tar.bz2
increased timeout for creating pixmaps
-rw-r--r--ovgosd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ovgosd.c b/ovgosd.c
index 95c7f7b..2879cb6 100644
--- a/ovgosd.c
+++ b/ovgosd.c
@@ -2277,7 +2277,7 @@ public:
cOvgRenderTarget *buffer = new cOvgRenderTarget(width, height);
m_ovg->DoCmd(new cOvgCmdCreatePixelBuffer(buffer), true);
- cTimeMs timer(5000);
+ cTimeMs timer(10000);
while (!buffer->initialized && !timer.TimedOut())
cCondWait::SleepMs(2);