comparison mlp_parser.h @ 5956:99aba24ddc6c libavcodec

Fix make checkheaders, #include <inttypes.h> was missing.
author diego
date Fri, 30 Nov 2007 14:08:00 +0000
parents aafe67fa196f
children ae78650d4ac8
comparison
equal deleted inserted replaced
5955:bd9a68cc9a17 5956:99aba24ddc6c
24 * MLP parser prototypes 24 * MLP parser prototypes
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
30 #include <inttypes.h>
29 31
30 typedef struct MLPHeaderInfo 32 typedef struct MLPHeaderInfo
31 { 33 {
32 int stream_type; ///< 0xBB for MLP, 0xBA for TrueHD 34 int stream_type; ///< 0xBB for MLP, 0xBA for TrueHD
33 35