Added a sleep in cDvbPlayer::Action() in case there is no data to send to the device

This commit is contained in:
Klaus Schmidinger
2005-07-30 09:23:29 +02:00
parent bef18ac382
commit af78bac2bb
4 changed files with 15 additions and 4 deletions

View File

@@ -3633,3 +3633,8 @@ Video Disk Recorder Revision History
- When drawing a bitmap to the OSD, the existing palette of the target can now be
replaced with the new one instead of adding the new entries (thanks to Andreas
Regel).
2005-07-30: Version 1.3.28
- Added a sleep in cDvbPlayer::Action() in case there is no data to send to the
device, which avoids a busy loop on very fast machines (thanks to Martin Wache).