summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-07-30 13:05:24 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2005-07-30 13:05:24 +0200
commitaaa22842782212b222d545c4049e4a8b6f718807 (patch)
treeb35c82db913a216a8857937874b1f4fc001f323d /HISTORY
parent6ebed0fc86fc3827b99fa61f62f6743787144419 (diff)
downloadvdr-aaa22842782212b222d545c4049e4a8b6f718807.tar.gz
vdr-aaa22842782212b222d545c4049e4a8b6f718807.tar.bz2
Fixed handling VPS timers, so that they only record if the event they are assigned to actually has the given VPS time (cont'd, fix, caused repeating VPS timers to stop recording prematurely)
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 3 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 3dc29f97..180b19de 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3643,3 +3643,6 @@ Video Disk Recorder Revision History
- cDvbPlayer::Goto() now appends a Sequence End Code to get the image shown
immediately with softdevices (thanks to Reinhard Nissl).
- Reactivated cVideoRepacker in remux.c after some fixes (thanks to Reinhard Nissl).
+- Removed the fix for handling VPS timers, so that they only record if the event
+ they are assigned to actually has the given VPS time. This has caused repeating
+ VPS timers to stop recording prematurely.