summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2009-06-01 14:56:28 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2009-06-01 14:56:28 +0200
commite639e3a76ad6c8d721ab3f827bd7b3847e351c05 (patch)
tree38ea5b358c89084d581071a189692b8b26c3283f /HISTORY
parent78d2fd3d0e2a69c27581afe710f5598862a750be (diff)
downloadvdr-e639e3a76ad6c8d721ab3f827bd7b3847e351c05.tar.gz
vdr-e639e3a76ad6c8d721ab3f827bd7b3847e351c05.tar.bz2
Improved cDvbDevice::GetOsdSize()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY6
1 files changed, 5 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 0add2d5b..4236241b 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6084,7 +6084,11 @@ Video Disk Recorder Revision History
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.
+ actual size of the video material that is currently replayed. Note that
+ because of the many possible aspect ratios for video material, the type
+ of the Aspect parameter of GetVideoSize() has been changed to 'double'
+ (suggested by Reinhard Nissl). Thanks to Oliver Endriss for his input on
+ calculating the Aspect factor in GetOsdSize().
- 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).