Commit e6c9ef3e authored by diego's avatar diego

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14078 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent db77ac6a
...@@ -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