summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2009-05-10 13:18:20 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2009-05-10 13:18:20 +0200
commitac3db05853d63614d7606228d2b47eec9a4fa473 (patch)
treec7bff119af9e16862fc8bc5808b890a1098044ed /HISTORY
parent74646c048722be45ba4c5becec8765540fe940e8 (diff)
downloadvdr-ac3db05853d63614d7606228d2b47eec9a4fa473.tar.gz
vdr-ac3db05853d63614d7606228d2b47eec9a4fa473.tar.bz2
Checking fd_video in cDvbDevice::GetVideoSize() to avoid error messages on systems with no real primary replay device
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index e4434e65..fd502e07 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-08: Version 1.7.8
+2009-05-10: 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
@@ -6089,3 +6089,5 @@ Video Disk Recorder Revision History
to Oliver Endriss).
- Increased MAXOSDHEIGHT to 1200 (suggested by Nicolas Huillard).
- Removed limitation to PAL resolution from SPU handling.
+- Checking fd_video in cDvbDevice::GetVideoSize() to avoid error messages on
+ systems with no real primary replay device (reported by Martin Neuditschko).