diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2009-05-09 10:11:16 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2009-05-09 10:11:16 +0200 |
commit | f936db2ac64206b682de49b9d3bef853eec4e6b1 (patch) | |
tree | e63e616a35fe1d310ccf80a410a4608c8062b8a2 /PLUGINS.html | |
parent | 61c811ac709ffd56c4ce69c1c72e56fcb28b0d0c (diff) | |
download | vdr-f936db2ac64206b682de49b9d3bef853eec4e6b1.tar.gz vdr-f936db2ac64206b682de49b9d3bef853eec4e6b1.tar.bz2 |
Implemented cDevice::GetOsdSize(); fixed the way the OSD size is determined on full featured DVB cards
Diffstat (limited to 'PLUGINS.html')
-rw-r--r-- | PLUGINS.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PLUGINS.html b/PLUGINS.html index 344015b1..e8fa16a7 100644 --- a/PLUGINS.html +++ b/PLUGINS.html @@ -1944,10 +1944,10 @@ In order to be able to determine the proper size of the OSD, the device should implement the function <p><table><tr><td class="code"><pre> -virtual void GetVideoSize(int &Width, int &Height, eVideoAspect &Aspect); +virtual void GetOsdSize(int &Width, int &Height, double &Aspect); </pre></td></tr></table><p> -By default, an OSD size of 480x324 with an aspect ratio of 4:3 is assumed. +By default, an OSD size of 720x480 with an aspect ratio of 1.0 is assumed. </div modified> <p> |