Mercurial > libavcodec.hg
comparison atrac3.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 | 67a20f0eb42c |
comparison
equal
deleted
inserted
replaced
9427:4c1fb7723412 | 9428:0dce4fe6e6f3 |
---|---|
35 #include <math.h> | 35 #include <math.h> |
36 #include <stddef.h> | 36 #include <stddef.h> |
37 #include <stdio.h> | 37 #include <stdio.h> |
38 | 38 |
39 #include "avcodec.h" | 39 #include "avcodec.h" |
40 #include "bitstream.h" | 40 #include "get_bits.h" |
41 #include "dsputil.h" | 41 #include "dsputil.h" |
42 #include "bytestream.h" | 42 #include "bytestream.h" |
43 | 43 |
44 #include "atrac3data.h" | 44 #include "atrac3data.h" |
45 | 45 |