[mythtv] missing entries in the freesat huffman tables

Daniel Kristjansson danielk at cuymedia.net
Wed Apr 22 22:44:02 UTC 2009


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



More information about the mythtv-dev mailing list