Ignore:
Timestamp:
11/01/08 22:09:22 (15 years ago)
Author:
r2d
Message:

updated mpcgain to fill the chapters' gain / peak

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpc/trunk/libmpcdec/mpc_bits_reader.h

    r400 r413  
    3737MPC_API int mpc_bits_get_block(mpc_bits_reader * r, mpc_block * p_block);
    3838mpc_int32_t mpc_bits_golomb_dec(mpc_bits_reader * r, const mpc_uint_t k);
    39 unsigned int mpc_bits_get_size(mpc_bits_reader * r, mpc_uint64_t * p_size);
     39MPC_API unsigned int mpc_bits_get_size(mpc_bits_reader * r, mpc_uint64_t * p_size);
    4040mpc_uint32_t mpc_bits_log_dec(mpc_bits_reader * r, mpc_uint_t max);
    4141
Note: See TracChangeset for help on using the changeset viewer.