Ignore:
Timestamp:
02/08/07 21:36:52 (18 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/libmpcenc.h

    r203 r204  
    8888                                                 const int version_implement,
    8989                                                 const int version_build );
    90  void writeBlock ( mpc_encoder_t * e, const char * key, const mpc_bool_t addCRC);
     90 mpc_uint32_t writeBlock ( mpc_encoder_t *, const char *, const mpc_bool_t, mpc_uint32_t);
    9191 void writeMagic (mpc_encoder_t * e);
    9292 void writeBits (mpc_encoder_t * e, mpc_uint32_t input, unsigned int bits );
     
    9494 void writeBitstream_SV8 ( mpc_encoder_t*, int);
    9595
     96 unsigned int encodeSize(mpc_uint64_t, char *, mpc_bool_t);
     97 void encodeEnum(mpc_encoder_t * e, const mpc_uint32_t bits, const mpc_uint_t N);
     98 void encodeLog(mpc_encoder_t * e, mpc_uint32_t value, mpc_uint32_t max);
     99
     100
Note: See TracChangeset for help on using the changeset viewer.