Ignore:
Timestamp:
02/17/07 16:14:53 (17 years ago)
Author:
r2d
Message:
  • speed improvements (mainly inlining)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpc/branches/r2d/libmpcdec/streaminfo.c

    r214 r219  
    4040#include <stdio.h>
    4141#include "internal.h"
     42#include "huffman.h"
     43#include "mpc_bits_reader.h"
    4244
    4345unsigned 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);
    4746
    4847static const char na[] = "n.a.";
Note: See TracChangeset for help on using the changeset viewer.