Mercurial > libavcodec.hg
comparison mlp_parser.c @ 6763:f7cbb7733146 libavcodec
Use full path for #includes from another directory.
| author | diego |
|---|---|
| date | Fri, 09 May 2008 11:56:36 +0000 |
| parents | 3055403f0e57 |
| children | 186eb61a9860 |
comparison
equal
deleted
inserted
replaced
| 6762:99966715fe75 | 6763:f7cbb7733146 |
|---|---|
| 22 /** | 22 /** |
| 23 * @file mlp_parser.c | 23 * @file mlp_parser.c |
| 24 * MLP parser | 24 * MLP parser |
| 25 */ | 25 */ |
| 26 | 26 |
| 27 #include "libavutil/crc.h" | |
| 27 #include "bitstream.h" | 28 #include "bitstream.h" |
| 28 #include "parser.h" | 29 #include "parser.h" |
| 29 #include "crc.h" | |
| 30 #include "mlp_parser.h" | 30 #include "mlp_parser.h" |
| 31 | 31 |
| 32 static const uint8_t mlp_quants[16] = { | 32 static const uint8_t mlp_quants[16] = { |
| 33 16, 20, 24, 0, 0, 0, 0, 0, | 33 16, 20, 24, 0, 0, 0, 0, 0, |
| 34 0, 0, 0, 0, 0, 0, 0, 0, | 34 0, 0, 0, 0, 0, 0, 0, 0, |
