summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-07-30 09:23:29 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2005-07-30 09:23:29 +0200
commitaf78bac2bb999f2b835048e202d2839102e175ff (patch)
tree9d34985055f7dca83701a3a24873bb82290f2b4e /HISTORY
parentbef18ac382a8b073310823fc627126b5daf7f8a4 (diff)
downloadvdr-af78bac2bb999f2b835048e202d2839102e175ff.tar.gz
vdr-af78bac2bb999f2b835048e202d2839102e175ff.tar.bz2
Added a sleep in cDvbPlayer::Action() in case there is no data to send to the device
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY5
1 files changed, 5 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 48fb6b5c..03b4dd58 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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).