Commit 2d4e0c1a authored by Diego Biurrun's avatar Diego Biurrun

Fix make checkheaders, #include <inttypes.h> was missing.

Originally committed as revision 11114 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent bc279024
......@@ -27,6 +27,8 @@
#ifndef FFMPEG_MLP_PARSER_H
#define FFMPEG_MLP_PARSER_H
#include <inttypes.h>
typedef struct MLPHeaderInfo
{
int stream_type; ///< 0xBB for MLP, 0xBA for TrueHD
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment