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/encode_sv7.c

    r64 r65  
    110110
    111111void
    112 FinishBitstream ( mpc_encoder* e )
     112FinishBitstream ( mpc_encoder_t* e )
    113113{
    114114    e->Buffer [e->Zaehler++] = e->dword;         // Assigning the "last" word
     
    169169// formatting and writing SV7-bitstream for one frame
    170170void
    171 WriteBitstream_SV7 ( mpc_encoder* e,
     171WriteBitstream_SV7 ( mpc_encoder_t* e,
    172172                                         const int               MaxBand,
    173173                     const SubbandQuantTyp*  Q )
Note: See TracChangeset for help on using the changeset viewer.