Mercurial > libavcodec.hg
comparison mlp_parser.h @ 9428:0dce4fe6e6f3 libavcodec
Rename bitstream.h to get_bits.h.
| author | stefano |
|---|---|
| date | Mon, 13 Apr 2009 16:20:26 +0000 |
| parents | e9d9d946f213 |
| children | 7dd2a45249a9 |
comparison
equal
deleted
inserted
replaced
| 9427:4c1fb7723412 | 9428:0dce4fe6e6f3 |
|---|---|
| 25 */ | 25 */ |
| 26 | 26 |
| 27 #ifndef AVCODEC_MLP_PARSER_H | 27 #ifndef AVCODEC_MLP_PARSER_H |
| 28 #define AVCODEC_MLP_PARSER_H | 28 #define AVCODEC_MLP_PARSER_H |
| 29 | 29 |
| 30 #include "bitstream.h" | 30 #include "get_bits.h" |
| 31 | 31 |
| 32 typedef struct MLPHeaderInfo | 32 typedef struct MLPHeaderInfo |
| 33 { | 33 { |
| 34 int stream_type; ///< 0xBB for MLP, 0xBA for TrueHD | 34 int stream_type; ///< 0xBB for MLP, 0xBA for TrueHD |
| 35 | 35 |
