Ignore:
Timestamp:
02/08/07 21:36:52 (17 years ago)
Author:
r2d
Message:
  • file length should be OK for all files
  • seems there is a bug at end of file
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpc/branches/r2d/libmpcenc/encode_sv7.c

    r203 r204  
    2424#include <mpc/minimax.h>
    2525
    26 // bitstream.c
    27 void writeBits (mpc_encoder_t * e, mpc_uint32_t input, unsigned int bits );
    28 unsigned int encodeSize(mpc_uint64_t, char *, mpc_bool_t);
    29 void encodeEnum(mpc_encoder_t * e, const mpc_uint32_t bits, const mpc_uint_t N);
    30 void encodeLog(mpc_encoder_t * e, mpc_uint32_t value, mpc_uint32_t max);
    31 void writeBlock ( mpc_encoder_t * e, const char * key, const mpc_bool_t addCRC);
    32 
    33 void       Init_Huffman_Encoder_SV7   ( void );
    34 
    35 void   Klemm ( void );
    36 
    37 void   Init_Skalenfaktoren             ( void );
     26void Klemm ( void );
     27void Init_Skalenfaktoren ( void );
    3828
    3929// huffsv7.c
     
    358348                }
    359349                e->block_cnt++;
    360                 writeBlock(e, "AD", MPC_FALSE);
     350                writeBlock(e, "AD", MPC_FALSE, 0);
    361351        }
    362352}
Note: See TracChangeset for help on using the changeset viewer.