summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2015-03-11 09:57:21 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2015-03-11 09:57:21 +0100
commit371e60238a35635817dafdf4e1edb4ae849ee084 (patch)
tree6f5b9ff0594911659c65d22b3742babb650ab2bc /HISTORY
parentcc306290da581eaf95d0ba18347d16e270d24b67 (diff)
downloadvdr-371e60238a35635817dafdf4e1edb4ae849ee084.tar.gz
vdr-371e60238a35635817dafdf4e1edb4ae849ee084.tar.bz2
Added detection of 24fps
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index fe500932..fcb8bc96 100644
--- a/HISTORY
+++ b/HISTORY
@@ -8596,7 +8596,7 @@ Video Disk Recorder Revision History
- Bumped all version numbers to 2.2.0.
- Official release.
-2015-03-09: Version 2.3.1
+2015-03-11: Version 2.3.1
- The new function cOsd::MaxPixmapSize() can be called to determine the maximum size
a cPixmap may have on the current OSD. The 'osddemo' example has been modified
@@ -8605,3 +8605,4 @@ Video Disk Recorder Revision History
to 2048x2048 pixel.
- The Setup/CAM menu now displays which device an individual CAM is currently
assigned to (suggested by Frank Neumann).
+- Added detection of 24fps (thanks to Thomas Reufer).