git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e74e1f
)
Add correct header #include to fix 'make checkheaders'.
author
Diego Biurrun
<diego@biurrun.de>
Sat, 5 Jul 2008 10:16:54 +0000
(10:16 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Sat, 5 Jul 2008 10:16:54 +0000
(10:16 +0000)
Originally committed as revision 14078 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/mlp_parser.h
patch
|
blob
|
history
diff --git
a/libavcodec/mlp_parser.h
b/libavcodec/mlp_parser.h
index
c9f979e
..
c3d26ad
100644
(file)
--- a/
libavcodec/mlp_parser.h
+++ b/
libavcodec/mlp_parser.h
@@
-27,7
+27,7
@@
#ifndef FFMPEG_MLP_PARSER_H
#define FFMPEG_MLP_PARSER_H
-#include
<inttypes.h>
+#include
"bitstream.h"
typedef struct MLPHeaderInfo
{