Ignore:
Timestamp:
04/22/07 15:43:13 (17 years ago)
Author:
r2d
Message:

made huffman tables smaller

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpc/branches/r2d/libmpcdec/huffman.h

    r137 r288  
    4949/// Huffman table entry.
    5050typedef struct mpc_huffman_t {
    51     mpc_uint32_t  Code;
    52     mpc_uint16_t  Length;
    53     mpc_int16_t   Value;
     51    mpc_uint16_t  Code;
     52    mpc_uint8_t  Length;
     53    mpc_int8_t   Value;
    5454} mpc_huffman;
    5555
Note: See TracChangeset for help on using the changeset viewer.