[mythtv] [mythtv-commits] mythtv commit: r17641 by danielk

Daniel Kristjansson danielk at cuymedia.net
Thu Jun 26 12:18:16 UTC 2008


On Thu, 2008-06-26 at 15:16 +1000, Nigel Pearson wrote:
> > Log:
>  > Refs #2695. Adds channelscan verbose flag for channel scanner.
>
> -extern MPUBLIC unsigned int print_verbose_messages;
> +extern MPUBLIC unsigned long long print_verbose_messages;
>
> Note that it wasn't necessary to increase the mask size,
> because there are still 5 bit values between idle and extra.
>
> I think when I added extra in, I forgot to ask why
> timestamp had been given the largest mask bit position.
> Does anyone know a good reason why it shouldn't be:
> 
> 0x010000000 idle
> 0x020000000 timestamp
> 0x040000000 extra
> 0x080000000 channelscan
> // space for four more flag masks
> 0x000000000 none

huh. I didn't notice that gap. I'll reduce the size again.
No need for the extra bits yet, and they may slow down the
32-bit build..

-- Daniel



More information about the mythtv-dev mailing list