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

Originally committed as revision 11114 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Diego Biurrun 17 years ago
parent bc279024c2
commit 2d4e0c1aa9
  1. 2
      libavcodec/mlp_parser.h

@ -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

Loading…
Cancel
Save