Ignore:
Timestamp:
10/07/06 02:49:28 (18 years ago)
Author:
r2d
Message:
  • fixed a LOT of bugs
  • fixed a bug that took me 2 days to find :)
  • remember to ALWAYS use -Wall with a C compiler (C++ is great !!!)
  • files can be played, but are not bit identical with the 1.15w encoder (the last digits of floats are not the same) - must be fixed.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • mppenc/branches/r2d/libmpcenc/libmpcenc.h

    r67 r71  
    5656// just the same struct as below, dup ?
    5757typedef struct {
     58        mpc_uint16_t    Code;  // >= 14 bit
    5859        mpc_uint16_t    Length;  // >=  4 bit
    59         mpc_uint16_t    Code;  // >= 14 bit
    6060} HuffSrc_t ;
    6161
    6262typedef struct {
     63        mpc_uint16_t    Code;        // >= 14 bit
    6364        mpc_uint16_t    Length;      // >=  4 bit
    64         mpc_uint16_t    Code;        // >= 14 bit
    6565} Huffman_t ;
    6666
Note: See TracChangeset for help on using the changeset viewer.