1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-07-27 14:28:22 +02:00

Add correct header #include to fix 'make checkheaders'.

Originally committed as revision 14078 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2008-07-05 10:16:54 +00:00
parent 0e74e1ff3c
commit a4ce72480e

View File

@ -27,7 +27,7 @@
#ifndef FFMPEG_MLP_PARSER_H #ifndef FFMPEG_MLP_PARSER_H
#define FFMPEG_MLP_PARSER_H #define FFMPEG_MLP_PARSER_H
#include <inttypes.h> #include "bitstream.h"
typedef struct MLPHeaderInfo typedef struct MLPHeaderInfo
{ {