summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2013-10-12 12:11:21 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2013-10-12 12:11:21 +0200
commitddce16326c50b0622fbdceeef7a07128098e8f85 (patch)
tree1d06dd3da5dcebe89dfa9916522f5ffb96e91b60 /HISTORY
parentc8d77e241f91f7f067186819c410d81e3de35223 (diff)
downloadvdr-ddce16326c50b0622fbdceeef7a07128098e8f85.tar.gz
vdr-ddce16326c50b0622fbdceeef7a07128098e8f85.tar.bz2
Changed cRecorder::Action() to use cTimeMs instead of time()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 3 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index cbdd3323..b2a407de 100644
--- a/HISTORY
+++ b/HISTORY
@@ -7844,3 +7844,6 @@ Video Disk Recorder Revision History
system time from the TDT, which avoids problems in case devices are tuned to the
same transponder on different sources, and these broadcast different time data
(reported by Torsten Lang).
+- Changed cRecorder::Action() to use cTimeMs instead of time() to avoid problems with
+ unjustified "video data stream broken" errors in case the system time is changed
+ while a recording is active (reported by Torsten Lang).