[mythtv] [PATCH] Fix tuning problem with very low fequency channel
Hamish Moffatt
hamish at cloud.net.au
Mon Oct 4 13:21:52 UTC 2004
On Mon, Oct 04, 2004 at 11:31:15AM +0200, Steven wrote:
> // Determine if freqid is id or frequency
> // freqid is a frequency if and only if it is a valid integer and
> - // larger than 50 MHz
> + // larger than 48 MHz
> bool ok;
> int frequency = freqid.toInt(&ok);
> - bool isFrequency = ok && frequency > 50000;
> + bool isFrequency = ok && frequency > 48000;
In Australia, our lowest TV channel (channel 0) is on 46.25 MHz,
and in NZ their channel 1 is on 45.25 MHz. Could you extend the limit
down to 45 MHz?
Hamish
--
Hamish Moffatt VK3SB <hamish at debian.org> <hamish at cloud.net.au>
More information about the mythtv-dev
mailing list