Changeset 413 for libmpc/trunk/libmpcdec
- Timestamp:
- 11/01/08 22:09:22 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libmpc/trunk/libmpcdec/mpc_bits_reader.h
r400 r413 37 37 MPC_API int mpc_bits_get_block(mpc_bits_reader * r, mpc_block * p_block); 38 38 mpc_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);39 MPC_API unsigned int mpc_bits_get_size(mpc_bits_reader * r, mpc_uint64_t * p_size); 40 40 mpc_uint32_t mpc_bits_log_dec(mpc_bits_reader * r, mpc_uint_t max); 41 41
Note: See TracChangeset
for help on using the changeset viewer.