Changeset 219 for libmpc/branches/r2d/libmpcdec/streaminfo.c
- Timestamp:
- 02/17/07 16:14:53 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libmpc/branches/r2d/libmpcdec/streaminfo.c
r214 r219 40 40 #include <stdio.h> 41 41 #include "internal.h" 42 #include "huffman.h" 43 #include "mpc_bits_reader.h" 42 44 43 45 unsigned long crc32(unsigned char *buf, int len); 44 45 mpc_uint32_t mpc_bits_read(mpc_bits_reader * r, const unsigned int nb_bits);46 unsigned int mpc_bits_get_size(mpc_bits_reader * r, mpc_uint64_t * p_size);47 46 48 47 static const char na[] = "n.a.";
Note: See TracChangeset
for help on using the changeset viewer.