diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2014-04-13 13:50:04 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2014-04-13 13:50:04 +0200 |
commit | 57222002b2b48baa9f5c8d0f253184801ba7200a (patch) | |
tree | f2a36b475a2d623bf0c43084315eb25f641281d7 /HISTORY | |
parent | 4fc810191027ffc295b5775e0ff05d3ad60727bd (diff) | |
download | vdr-57222002b2b48baa9f5c8d0f253184801ba7200a.tar.gz vdr-57222002b2b48baa9f5c8d0f253184801ba7200a.tar.bz2 |
Fixed a possible division by zero in frame rate detection
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -8261,7 +8261,7 @@ Video Disk Recorder Revision History - Added support for systemd (thanks to Christopher Reimer). To activate this you need to add "SDNOTIFY=1" to the 'make' call. -2014-04-06: Version 2.1.7 +2014-04-13: 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 @@ -8270,3 +8270,4 @@ Video Disk Recorder Revision History - Updated the Italian OSD texts (thanks to Diego Pierotto). - A cCamSlot that has WantsTsData set to true in its constructor now also gets the CAT and EMM PIDs data. +- Fixed a possible division by zero in frame rate detection. |