[mythtv] wrong position LiveTV in EPG when underscan

mythtv mythtv at barnasconi.net
Thu Feb 5 16:36:13 EST 2004


When using underscan < 0 (eg to get 4:3 TV size in a 16:9 setup) the LiveTV is 
not positioned at the top-right of the EPG. Instead, its displayed at the 
top-left side. Something wrong with the x,y offset correction?.
I've modified this in the videooutbase.cpp:

in the section (img_vscanf < 0)
dispyoff = (int)ceil(disph * vscanf)+dispy;

and in (img_hscanf < 0)
dispxoff = (int)ceil(dispw * hscanf)+dispx;

Regards,

Martin Barnasconi


More information about the mythtv-dev mailing list