[mythtv] missing entries in the freesat huffman tables

Simon Kenyon simon at koala.ie
Wed Apr 22 23:45:35 UTC 2009


Daniel Kristjansson wrote:
> On Wed, 2009-04-22 at 23:16 +0100, Simon Kenyon wrote:
>
>   
>> struct fsattab {
>>     unsigned int value;
>>     short bits;
>>     char next;
>> };
>>
>> struct fsattab *tables[2][256] = {
>>     
>
> you probably meant to write:
>
> struct fsattab tables[2][256] = {
>
> -- Daniel
>
> _______________________________________________
> mythtv-dev mailing list
> mythtv-dev at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
>
>   
not sure i did
i want to initialise a 2 dimensional  array of pointers to arrays of structs
but anyway that doesn't compile with my compiler (4.1.2)
i'll work it out
will probably convert to the structure that is used in the current code
--
simon



More information about the mythtv-dev mailing list