[mythtv] NTSC v4l tuning above channel 45 broken after r6705

Daniel Kristjansson danielk at cat.nyu.edu
Sun Jun 26 17:20:14 UTC 2005


On Sun, 2005-06-26 at 12:49 -0400, Bryan Mayland wrote:
> After updating my repository this morning, tuning no longer works on my 
> NTSC PVR-150 cards.  I tracked the problem down to the r6705 update from 
> danielk. 
> 
> Channel::SetChannelByString is now selecting that the frequency for, 
> say, NTSC cable channel 60 should be 60000 (due to the frequency = 
> freqid.toInt(&ok) * 1000 + finetune).  isFrequency OKs any channel over 
> 45 and uses Tune() to change to frequency 60000 instead of using 
> TuneTo(60, finetune).

Oops! Thanks for catching that.

I upped the constant from 45 kHz to 10 Mhz in SVN, which should fix
this problem.

-- Daniel



More information about the mythtv-dev mailing list