Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: softdevice and DirectFB with Matrox G450



On Mittwoch, 12. Januar 2005 23:42, Tony Houghton wrote:
> In <200501122155.13946.stefan@lucke.in-berlin.de>, Stefan Lucke wrote:

> > To my opinion softdevice handles aspect ration changes nearly perfect,
> > at least when operating on a square pixel display (including AFD
> > handling).
> 
> The trouble is TVs don't have square pixels (except NTSC 4:3 sets,
> perhaps)! 

So please try attached diff for 16:9 TV aspect handling via OSD entry.


-- 
Stefan Lucke
Index: setup-softdevice.c
===================================================================
RCS file: /cvsroot/softdevice/softdevice/setup-softdevice.c,v
retrieving revision 1.6
diff -r1.6 setup-softdevice.c
72,73c72,74
<         "default (PAL)",
<         "tv-out (PAL)",
---
>         "Monitor",
>         "TV  4:3 PAL",
>         "TV 16:9 PAL",
75d75
<         "test 1",
84a85
>   { 540, 576},
86d86
<   {10240, 6144},
188c188
<     screenPixelAspect = clamp (0, screenPixelAspect, 1);
---
>     screenPixelAspect = clamp (0, screenPixelAspect, 4);

Home | Main Index | Thread Index