comparison aac.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 f0f37cb6e3e5
comparison
equal deleted inserted replaced
9427:4c1fb7723412 9428:0dce4fe6e6f3
76 */ 76 */
77 77
78 78
79 #include "avcodec.h" 79 #include "avcodec.h"
80 #include "internal.h" 80 #include "internal.h"
81 #include "bitstream.h" 81 #include "get_bits.h"
82 #include "dsputil.h" 82 #include "dsputil.h"
83 #include "lpc.h" 83 #include "lpc.h"
84 84
85 #include "aac.h" 85 #include "aac.h"
86 #include "aactab.h" 86 #include "aactab.h"