summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2009-05-09 10:31:14 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2009-05-09 10:31:14 +0200
commit5227621a027ee2c5ec2d1f7c846e0d05fa73a9ea (patch)
treeaaf11bf48952db3935f8401017230c74f6eec1ce /HISTORY
parent0b79ecc19375e912ec671b87e92f795b30aa9944 (diff)
downloadvdr-5227621a027ee2c5ec2d1f7c846e0d05fa73a9ea.tar.gz
vdr-5227621a027ee2c5ec2d1f7c846e0d05fa73a9ea.tar.bz2
Proper credit for cDevice::GetOsdSize()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY8
1 files changed, 4 insertions, 4 deletions
diff --git a/HISTORY b/HISTORY
index 6c850cf3..07211dea 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6081,10 +6081,10 @@ Video Disk Recorder Revision History
- The name of the function cDevice::GetVideoSize() wasn't very well chosen
for its purpose of defining the optimum size of the OSD for the current
output device. Therefore a new function named cDevice::GetOsdSize() has
- been introduced. Plugin authors should implement this function in
- classes derived from cDevice, if they are able to replay video.
- cDevice::GetVideoSize() still exists and should return the size of the
- video material that is currently replayed.
+ been introduced (suggested by Rolf Ahrenberg). Plugin authors should
+ implement this function in classes derived from cDevice, if they are able
+ to replay video. cDevice::GetVideoSize() still exists and should return the
+ actual size of the video material that is currently replayed.
- Fixed the way the OSD size is determined on full featured DVB cards (thanks
to Oliver Endriss).
- Increased MAXOSDHEIGHT to 1200 (suggested by Nicolas Huillard).