mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Added a sleep in cDvbPlayer::Action() in case there is no data to send to the device
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
* See the main source file 'vdr.c' for copyright information and
|
||||
* how to reach the author.
|
||||
*
|
||||
* $Id: dvbplayer.c 1.34 2005/05/22 11:26:51 kls Exp $
|
||||
* $Id: dvbplayer.c 1.35 2005/07/30 09:20:08 kls Exp $
|
||||
*/
|
||||
|
||||
#include "dvbplayer.h"
|
||||
@@ -497,6 +497,8 @@ void cDvbPlayer::Action(void)
|
||||
p = NULL;
|
||||
}
|
||||
}
|
||||
else
|
||||
Sleep = true;
|
||||
}
|
||||
}
|
||||
active = running = false;
|
||||
|
||||
Reference in New Issue
Block a user