Skip to content
Snippets Groups Projects
Commit a4ce7248 authored by Diego Biurrun's avatar Diego Biurrun
Browse files

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

Originally committed as revision 14078 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 0e74e1ff
No related branches found
No related tags found
No related merge requests found
...@@ -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
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment