Commit 4332c070 authored by Laurent Aimar's avatar Laurent Aimar

Increased VOUT_IDLE_SLEEP as a proper wait/lock is used.

 It is still needed as filter change need to be checked and do not use
this wait/lock (they are about picture fifo).
parent f506f347
...@@ -94,7 +94,7 @@ static void DisplayTitleOnOSD( vout_thread_t *p_vout ); ...@@ -94,7 +94,7 @@ static void DisplayTitleOnOSD( vout_thread_t *p_vout );
/* Time during which the thread will sleep if it has nothing to /* Time during which the thread will sleep if it has nothing to
* display (in micro-seconds) */ * display (in micro-seconds) */
#define VOUT_IDLE_SLEEP ((int)(0.020*CLOCK_FREQ)) #define VOUT_IDLE_SLEEP ((int)(0.200*CLOCK_FREQ))
/* Maximum lap of time allowed between the beginning of rendering and /* Maximum lap of time allowed between the beginning of rendering and
* display. If, compared to the current date, the next image is too * 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