Ignore:
Timestamp:
09/16/06 15:57:24 (18 years ago)
Author:
zorg
Message:

Reduce types size

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/zorg/include/mpcdec/huffman.h

    r10 r17  
    5252typedef struct huffman_type_t {
    5353    mpc_uint32_t  Code;
    54     mpc_uint16_t  Length;
    55     mpc_int16_t   Value;
     54    mpc_uint8_t   Length;
     55    mpc_int8_t    Value;
    5656} HuffmanTyp;
    5757
Note: See TracChangeset for help on using the changeset viewer.