Commit 6a0b7bb7 authored by Laurent Aimar's avatar Laurent Aimar

Revert "Increased VOUT_IDLE_SLEEP as a proper wait/lock is used."

This reverts commit 4332c070.

A higher value creates problem with OSD. This will need more
thinking.
parent b558a0cc
......@@ -94,7 +94,7 @@ static void DisplayTitleOnOSD( vout_thread_t *p_vout );
/* Time during which the thread will sleep if it has nothing to
* display (in micro-seconds) */
#define VOUT_IDLE_SLEEP ((int)(0.200*CLOCK_FREQ))
#define VOUT_IDLE_SLEEP ((int)(0.020*CLOCK_FREQ))
/* Maximum lap of time allowed between the beginning of rendering and
* display. If, compared to the current date, the next image is too
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment