diff options
-rw-r--r-- | xine_artsplugin/xinePlayObject_impl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xine_artsplugin/xinePlayObject_impl.cpp b/xine_artsplugin/xinePlayObject_impl.cpp index 4cb83e6f..6fd108d2 100644 --- a/xine_artsplugin/xinePlayObject_impl.cpp +++ b/xine_artsplugin/xinePlayObject_impl.cpp @@ -723,7 +723,7 @@ void xinePlayObject_impl::eventLoop() } } else { - usleep(10000); + usleep(50000); eventReceived = false; } } |