> 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
_______________________________________________ mythtv-dev mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
