Fixed a possible division by zero in frame rate detection

This commit is contained in:
Klaus Schmidinger
2014-04-13 14:00:42 +02:00
parent 1dca279938
commit 99d7fe6cf9
3 changed files with 14 additions and 5 deletions

View File

@@ -7915,3 +7915,7 @@ Video Disk Recorder Revision History
on a system with a large number of recordings.
- 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().
2014-04-13: Version 2.0.7
- Fixed a possible division by zero in frame rate detection.