Ignore:
Timestamp:
05/03/07 12:39:37 (17 years ago)
Author:
r2d
Message:

writeBits can't output more than 31 bits !

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpc/trunk/libmpcenc/libmpcenc.h

    r226 r307  
    9595 void writeMagic (mpc_encoder_t * e);
    9696 void emptyBits(mpc_encoder_t * e);
     97
     98 /// maximum number of output bits is 31 !
    9799 static mpc_inline void writeBits (mpc_encoder_t * e, mpc_uint32_t input, unsigned int bits )
    98100 {
Note: See TracChangeset for help on using the changeset viewer.