[mythtv] Incorrect scaling on 5:4 ratio display devices

Chris Pinkham cpinkham at bc2va.org
Mon Mar 28 00:36:44 UTC 2005


> Could you try changing the following lines in the function 
> VideoOutput::MoveResize() in the file libs/libmythtv/videooutbase.cpp
> at about line 410:
> 
>      // Check if close to 4:3
>      if(fabs(displayAspect - 1.333333) < 0.1)
>          displayAspect = 1.333333;
> 
>      // Check if close to 16:9
>      if(fabs(displayAspect - 1.777777) < 0.1)
>          displayAspect = 1.777777;
> 
> Change the 0.1 to 0.05 (5%).
> 
> Terry

Makes sense so I just committed this change to CVS so these are
0.05 now instead of 0.1.  Thanks.

-- 

Chris



More information about the mythtv-dev mailing list