summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-01-08 11:03:44 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2006-01-08 11:03:44 +0100
commit4016a630be81dfad59bea81d6ff294c4c4846a46 (patch)
tree1ad89326082ba5259b98becb336c0e80634ba1e4 /HISTORY
parent3a5c65e59403a4cc9c23d0ae2e5b194a4073e26e (diff)
downloadvdr-4016a630be81dfad59bea81d6ff294c4c4846a46.tar.gz
vdr-4016a630be81dfad59bea81d6ff294c4c4846a46.tar.bz2
Added a SleepMs() in cRecorder::Action() to avoid a busy loop
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index deb44297..90a56b25 100644
--- a/HISTORY
+++ b/HISTORY
@@ -4131,3 +4131,5 @@ Video Disk Recorder Revision History
- Adapted c(Dvb)Device::ProvidesCa() to the dynamic CA handling.
- Added a mutex to synchronize cDevice::PlayPesPacket() and SetCurrentAudioTrack()
(thanks to Reinhard Nissl).
+- Added a SleepMs() in cRecorder::Action() to avoid a busy loop (thanks to Ingo
+ Schneider).