Ignore:
Timestamp:
10/02/06 20:41:38 (18 years ago)
Author:
r2d
Message:
  • mppenc can be compiled *but* doesn't work (segfault)
  • some variables are not initialized in the libs structs - TO BE FIXED
  • I have duplicated some (one ?) variables in the libs structs and the dup variables in libmpcenc are not used (and not initialized) - TO BE FIXED
File:
1 edited

Legend:

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

    r64 r65  
    6060// TODO : match with mpc_decoder_t
    6161// FIXME : add init code
    62 typedef struct mpc_encoder_t {
     62typedef struct {
    6363        mpc_uint32_t    Buffer [BUFFER_FULL];    // Buffer for bitstream-file
    6464        mpc_uint32_t    dword; //         =  0;      // 32-bit-Word for Bitstream-I/O
     
    6969        unsigned int  MS_Channelmode;
    7070        unsigned int  Overflows; //       = 0;      // number of internal (filterbank) clippings
    71 } mpc_encoder;
     71} mpc_encoder_t;
    7272
Note: See TracChangeset for help on using the changeset viewer.