comparison alac.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 c5f2e2abb70e
comparison
equal deleted inserted replaced
9427:4c1fb7723412 9428:0dce4fe6e6f3
51 * 32bit samplerate 51 * 32bit samplerate
52 */ 52 */
53 53
54 54
55 #include "avcodec.h" 55 #include "avcodec.h"
56 #include "bitstream.h" 56 #include "get_bits.h"
57 #include "bytestream.h" 57 #include "bytestream.h"
58 #include "unary.h" 58 #include "unary.h"
59 #include "mathops.h" 59 #include "mathops.h"
60 60
61 #define ALAC_EXTRADATA_SIZE 36 61 #define ALAC_EXTRADATA_SIZE 36