Changeset 219 for libmpc/branches/r2d/libmpcdec/mpc_demux.c
- Timestamp:
- 02/17/07 16:14:53 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libmpc/branches/r2d/libmpcdec/mpc_demux.c
r212 r219 39 39 #include "internal.h" 40 40 #include "decoder.h" 41 42 // mpc_bits_reader.c 43 mpc_uint32_t mpc_bits_read(mpc_bits_reader * r, const unsigned int nb_bits); 44 int mpc_bits_get_block(mpc_bits_reader * r, mpc_block * p_block); 45 mpc_int32_t mpc_bits_golomb_dec(mpc_bits_reader * r, const mpc_uint_t k); 46 unsigned int mpc_bits_get_size(mpc_bits_reader * r, mpc_uint64_t * p_size); 41 #include "huffman.h" 42 #include "mpc_bits_reader.h" 47 43 48 44 // streaminfo.c
Note: See TracChangeset
for help on using the changeset viewer.