[MPlayer-dev-eng] Direct3D OSD discussion

Reimar Döffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Fri Nov 28 23:52:53 CET 2008


On Fri, Nov 28, 2008 at 08:29:27PM +0000, Jim Hauxwell wrote:
> I have a fix for the OSD and the display size issue
> 
> -aspect etc.
> 
> It basically adjusts the texture coordinates to maximize the OSD in the
> viewable area, keeping square pixel ratio for the OSD.

Well, just replacing
(float)priv->src_width / priv->src_height
with
(float)vo_dwidth / vo_dheight
should do it I think...

> Do you want another patch with those other cleanups and this?

If it is no effort for you. But I am not in a hurry...

Greetings,
Reimar Döffinger



More information about the MPlayer-dev-eng mailing list