Commit c80107b2 authored by Vincent Seguin's avatar Vincent Seguin

Correction du bug 100% CPU en idle.

parent 28115de8
...@@ -809,7 +809,7 @@ static void RunThread( vout_thread_t *p_vout) ...@@ -809,7 +809,7 @@ static void RunThread( vout_thread_t *p_vout)
else if( p_vout->b_active ) /* idle or interface screen alone */ else if( p_vout->b_active ) /* idle or interface screen alone */
{ {
//?? clear: SetBufferPicture( p_vout, NULL ); //?? clear: SetBufferPicture( p_vout, NULL );
if( p_vout->b_interface /* && ?? intf_change -> cause use of 100% CPU ! */ ) if( p_vout->b_interface && 0 /* && ?? intf_change */ )
{ {
/* Interface has changed, so a new rendering is required - force /* Interface has changed, so a new rendering is required - force
* it by setting last idle date to 0 */ * it by setting last idle date to 0 */
......
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