From f405d27c56610b4cd466cf3cf81d4079924168dd Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 24 Dec 2011 17:56:10 +0100 Subject: output/osx: remove sleep call from render callback Blocking inside the render callback is forbidden, and this sleep call didn't make any sense. --- src/output/osx_plugin.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/output') diff --git a/src/output/osx_plugin.c b/src/output/osx_plugin.c index 7639f3bd9..d7abae096 100644 --- a/src/output/osx_plugin.c +++ b/src/output/osx_plugin.c @@ -142,10 +142,6 @@ osx_render(void *vdata, buffer->mDataByteSize = buffer_size; - if (!buffer_size) { - g_usleep(1000); - } - return 0; } -- cgit v1.2.3