Commit a4ce7248 authored by Diego Biurrun's avatar Diego Biurrun

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

Originally committed as revision 14078 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 0e74e1ff
...@@ -27,7 +27,7 @@ ...@@ -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
{ {
......
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