Changed cRecorder::Action() to use cTimeMs instead of time()

This commit is contained in:
Klaus Schmidinger
2013-10-12 12:11:21 +02:00
parent c8d77e241f
commit ddce16326c
3 changed files with 11 additions and 6 deletions

View File

@@ -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).