diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2015-01-06 14:02:40 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2015-01-06 14:02:40 +0100 |
commit | f3d583b1245081b27c8007a5afd0c61a80fd14ad (patch) | |
tree | 60f377d4aaef62ed1b3a713d4c75487705fc893a /HISTORY | |
parent | fc0094231d3f803869b8a03f449092b9464b2c21 (diff) | |
download | vdr-f3d583b1245081b27c8007a5afd0c61a80fd14ad.tar.gz vdr-f3d583b1245081b27c8007a5afd0c61a80fd14ad.tar.bz2 |
Increased the PMT_SCAN_TIMEOUT to avoid timeouts when scanning PMTs
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -8307,7 +8307,7 @@ Video Disk Recorder Revision History - The APIVERSION has been increased to 2.0.6 due to the changes to pat.h, sdt.h and the functional modification to cFont::CreateFont(). -2015-01-04: Version 2.1.7 +2015-01-06: Version 2.1.7 - No longer logging an error message in DirSizeMB() if the given directory doesn't exist. This avoids lots of log entries in case several VDRs use the same video @@ -8334,3 +8334,5 @@ Video Disk Recorder Revision History - The new function cOsd::DrawScaledBitmap() is now used for drawing subtitles. This function can be reimplemented by high level OSDs which may be able to do the scaling in hardware or otherwise more efficiently (thanks to Thomas Reufer). +- Increased the PMT_SCAN_TIMEOUT to avoid timeouts when scanning PMTs (thanks to + Rolf Ahrenberg). |