Mercurial > libavcodec.hg
comparison mlp_parser.c @ 9428:0dce4fe6e6f3 libavcodec
Rename bitstream.h to get_bits.h.
| author | stefano |
|---|---|
| date | Mon, 13 Apr 2009 16:20:26 +0000 |
| parents | 5b4f4d83431f |
| children | dfa02260a864 |
comparison
equal
deleted
inserted
replaced
| 9427:4c1fb7723412 | 9428:0dce4fe6e6f3 |
|---|---|
| 25 */ | 25 */ |
| 26 | 26 |
| 27 #include <stdint.h> | 27 #include <stdint.h> |
| 28 | 28 |
| 29 #include "libavutil/crc.h" | 29 #include "libavutil/crc.h" |
| 30 #include "bitstream.h" | 30 #include "get_bits.h" |
| 31 #include "parser.h" | 31 #include "parser.h" |
| 32 #include "mlp_parser.h" | 32 #include "mlp_parser.h" |
| 33 #include "mlp.h" | 33 #include "mlp.h" |
| 34 | 34 |
| 35 static const uint8_t mlp_quants[16] = { | 35 static const uint8_t mlp_quants[16] = { |
