comparison apedec.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 b33c75c58ffe
comparison
equal deleted inserted replaced
9427:4c1fb7723412 9428:0dce4fe6e6f3
21 */ 21 */
22 22
23 #define ALT_BITSTREAM_READER_LE 23 #define ALT_BITSTREAM_READER_LE
24 #include "avcodec.h" 24 #include "avcodec.h"
25 #include "dsputil.h" 25 #include "dsputil.h"
26 #include "bitstream.h" 26 #include "get_bits.h"
27 #include "bytestream.h" 27 #include "bytestream.h"
28 28
29 /** 29 /**
30 * @file libavcodec/apedec.c 30 * @file libavcodec/apedec.c
31 * Monkey's Audio lossless audio decoder 31 * Monkey's Audio lossless audio decoder