[mythtv] [mythtv-commits] Ticket #3505: Avoid OSD resize from 4:3 when viewing 16:9 TV

Daniel Kristjansson danielk at cuymedia.net
Thu May 31 17:39:30 UTC 2007


On Thu, 2007-05-31 at 20:28 +0300, Timo-Pekka Viljamaa wrote:
> On 5/31/07, Daniel Kristjansson <danielk at cuymedia.net> wrote:
> > Timo, this shouldn't have any effect on tuning. This just
> > changes the aspect ratio of the dummy video. Did you change
> > anything else? Perhaps the drivers?
> 
> Nope, with SVN 13539 everything works ok.

That's bizarre.

If you change line 962 of NuppelVideoPlayer.cpp from:

  aspect = (d43 > d169) ? (16.0f / 9.0f) : (4.0f / 3.0f);

to

  aspect = 4.0f / 3.0f;

does this make things work again for you?

if you change it to

  aspect = 16.0f / 9.0f

does this break things for you?

-- Daniel



More information about the mythtv-dev mailing list