[mythtv] [PATCH] Specify aspect ratio cycle

Chris Pinkham cpinkham at bc2va.org
Fri Jun 11 18:23:05 EDT 2004


> I haven't looked at this very hard, but I seem to remember that the 
> current code does try to reset the screen size as far as the OSD is 
> concerned.  However, it doesn't seem to be taking effect.  I remember 
> the original author pointing this out in an email.
> 
> It's clearly possible since switching between 4:3 and 16:9 correctly 
> moves the OSD, but manually adjusting it appears not to.. 
> 
> Probably a one line fix?

I think it only looks like it moves it correctly.  The only reason it does
that is that it scales the video down vertically which moves the OSD down/up
on the screen.  When you scale up vertically, the OSD would move off the
top/bottom of the screen as it does in the zoom modes.  That's because the
OSD is drawn on the video and then the video is scaled in hardware.  In
order to keep the OSD in the proper position and size on the screen,
the OSD will have to be drawn at a different size and location on the video
to account for the video being scaled later on to something other than the
4:3 the OSD assumes it will be scaled to.

-- 

Chris



More information about the mythtv-dev mailing list