From f936db2ac64206b682de49b9d3bef853eec4e6b1 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 9 May 2009 10:11:16 +0200 Subject: Implemented cDevice::GetOsdSize(); fixed the way the OSD size is determined on full featured DVB cards --- PLUGINS.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'PLUGINS.html') 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

-virtual void GetVideoSize(int &Width, int &Height, eVideoAspect &Aspect);
+virtual void GetOsdSize(int &Width, int &Height, double &Aspect);
 

-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.

-- cgit v1.2.3