Mercurial > libavcodec.hg
comparison mpc.c @ 9428:0dce4fe6e6f3 libavcodec
Rename bitstream.h to get_bits.h.
| author | stefano |
|---|---|
| date | Mon, 13 Apr 2009 16:20:26 +0000 |
| parents | 4e91d96dd045 |
| children | 899237b1961f |
comparison
equal
deleted
inserted
replaced
| 9427:4c1fb7723412 | 9428:0dce4fe6e6f3 |
|---|---|
| 24 * MPEG Audio Layer 1/2 -like codec with frames of 1152 samples | 24 * MPEG Audio Layer 1/2 -like codec with frames of 1152 samples |
| 25 * divided into 32 subbands. | 25 * divided into 32 subbands. |
| 26 */ | 26 */ |
| 27 | 27 |
| 28 #include "avcodec.h" | 28 #include "avcodec.h" |
| 29 #include "bitstream.h" | 29 #include "get_bits.h" |
| 30 #include "dsputil.h" | 30 #include "dsputil.h" |
| 31 #include "mpegaudio.h" | 31 #include "mpegaudio.h" |
| 32 | 32 |
| 33 #include "mpc.h" | 33 #include "mpc.h" |
| 34 #include "mpcdata.h" | 34 #include "mpcdata.h" |
