diff options
| author | Thomas Reufer <thomas@reufer.ch> | 2015-03-29 12:48:53 +0200 |
|---|---|---|
| committer | Thomas Reufer <thomas@reufer.ch> | 2015-03-29 12:48:53 +0200 |
| commit | 2b94d1aa125d694d7b469b3067e0bb81123ae02f (patch) | |
| tree | 52d2ee5edd8c555d8a599724ba9be6806762ab9b | |
| parent | 35462805b9f876c38cfa681623b9cd426028a2c7 (diff) | |
| download | vdr-plugin-rpihddevice-2b94d1aa125d694d7b469b3067e0bb81123ae02f.tar.gz vdr-plugin-rpihddevice-2b94d1aa125d694d7b469b3067e0bb81123ae02f.tar.bz2 | |
increased timeout for creating pixmaps
| -rw-r--r-- | ovgosd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |
