comparison qcelpdec.c @ 9428:0dce4fe6e6f3 libavcodec

Rename bitstream.h to get_bits.h.
author stefano
date Mon, 13 Apr 2009 16:20:26 +0000
parents 54bc8a2727b0
children a0517e3590fd
comparison
equal deleted inserted replaced
9427:4c1fb7723412 9428:0dce4fe6e6f3
29 29
30 #include <stddef.h> 30 #include <stddef.h>
31 31
32 #include "avcodec.h" 32 #include "avcodec.h"
33 #include "internal.h" 33 #include "internal.h"
34 #include "bitstream.h" 34 #include "get_bits.h"
35 35
36 #include "qcelpdata.h" 36 #include "qcelpdata.h"
37 37
38 #include "celp_math.h" 38 #include "celp_math.h"
39 #include "celp_filters.h" 39 #include "celp_filters.h"