Mercurial > libavcodec.hg
comparison ac3_parser.h @ 9428:0dce4fe6e6f3 libavcodec
Rename bitstream.h to get_bits.h.
| author | stefano |
|---|---|
| date | Mon, 13 Apr 2009 16:20:26 +0000 |
| parents | 04423b2f6e0b |
| children | fdafbcef52f5 |
comparison
equal
deleted
inserted
replaced
| 9427:4c1fb7723412 | 9428:0dce4fe6e6f3 |
|---|---|
| 22 | 22 |
| 23 #ifndef AVCODEC_AC3_PARSER_H | 23 #ifndef AVCODEC_AC3_PARSER_H |
| 24 #define AVCODEC_AC3_PARSER_H | 24 #define AVCODEC_AC3_PARSER_H |
| 25 | 25 |
| 26 #include "ac3.h" | 26 #include "ac3.h" |
| 27 #include "bitstream.h" | 27 #include "get_bits.h" |
| 28 | 28 |
| 29 /** | 29 /** |
| 30 * Parses AC-3 frame header. | 30 * Parses AC-3 frame header. |
| 31 * Parses the header up to the lfeon element, which is the first 52 or 54 bits | 31 * Parses the header up to the lfeon element, which is the first 52 or 54 bits |
| 32 * depending on the audio coding mode. | 32 * depending on the audio coding mode. |
