Mercurial > libavcodec.hg
comparison ac3_parser.c @ 9428:0dce4fe6e6f3 libavcodec
Rename bitstream.h to get_bits.h.
| author | stefano |
|---|---|
| date | Mon, 13 Apr 2009 16:20:26 +0000 |
| parents | 5a3426d7d053 |
| children | ba5d9a97ab2f |
comparison
equal
deleted
inserted
replaced
| 9427:4c1fb7723412 | 9428:0dce4fe6e6f3 |
|---|---|
| 21 */ | 21 */ |
| 22 | 22 |
| 23 #include "parser.h" | 23 #include "parser.h" |
| 24 #include "ac3_parser.h" | 24 #include "ac3_parser.h" |
| 25 #include "aac_ac3_parser.h" | 25 #include "aac_ac3_parser.h" |
| 26 #include "bitstream.h" | 26 #include "get_bits.h" |
| 27 | 27 |
| 28 | 28 |
| 29 #define AC3_HEADER_SIZE 7 | 29 #define AC3_HEADER_SIZE 7 |
| 30 | 30 |
| 31 | 31 |
