summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2009-05-12 21:08:23 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2009-05-12 21:08:23 +0200
commit448f95f8172f7ab895371c97abdb980d332cec91 (patch)
tree39c539d795eee02a5241e649d24cd0e40d93ff42 /HISTORY
parent8a7dbd1e566791814164b00f47f886b4b5d15f4d (diff)
downloadvdr-448f95f8172f7ab895371c97abdb980d332cec91.tar.gz
vdr-448f95f8172f7ab895371c97abdb980d332cec91.tar.bz2
Added missing update of lastOsdSizeUpdate
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 0425e968..dca06569 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6075,7 +6075,7 @@ Video Disk Recorder Revision History
- cFrameDetector::Analyze() now syncs on the TS packet sync bytes (thanks to
Oliver Endriss for reporting broken index generation after a buffer overflow).
-2009-05-10: Version 1.7.8
+2009-05-12: Version 1.7.8
- Fixed a typo in aspect ratio 2.21:1 (reported by Reinhard Nissl).
- The name of the function cDevice::GetVideoSize() wasn't very well chosen
@@ -6095,3 +6095,4 @@ Video Disk Recorder Revision History
it has returned a non-NULL value.
- Added MPEG 1 handling to remux.c (thanks to Ales Jurik).
- Fixed use of time_t in cEIT::cEIT() (thanks to Tobias Bratfisch).
+- Added missing update of lastOsdSizeUpdate.