comparison mlp_parser.h @ 7200:64f7b6e3998b libavcodec

Add correct header #include to fix 'make checkheaders'.
author diego
date Sat, 05 Jul 2008 10:16:54 +0000
parents ae78650d4ac8
children c4a4495715dd
comparison
equal deleted inserted replaced
7199:ae8c047d6be5 7200:64f7b6e3998b
25 */ 25 */
26 26
27 #ifndef FFMPEG_MLP_PARSER_H 27 #ifndef FFMPEG_MLP_PARSER_H
28 #define FFMPEG_MLP_PARSER_H 28 #define FFMPEG_MLP_PARSER_H
29 29
30 #include <inttypes.h> 30 #include "bitstream.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