OSDN Git Service

Recommit r14497
authorMichael Niedermayer <michaelni@gmx.at>
Fri, 1 Aug 2008 23:12:10 +0000 (23:12 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 1 Aug 2008 23:12:10 +0000 (23:12 +0000)
Log:
Add missing header #includes.
Limited to ffm.h & swf.h which are maintained by baptiste who requested that
version to be kept.

Originally committed as revision 14501 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/ffm.h
libavformat/swf.h

index 52a8409..1ede49a 100644 (file)
@@ -22,7 +22,9 @@
 #ifndef FFMPEG_FFM_H
 #define FFMPEG_FFM_H
 
+#include <stdint.h>
 #include "avformat.h"
+#include "avio.h"
 
 /* The FFM file is made of blocks of fixed size */
 #define FFM_HEADER_SIZE 14
index 8249f7d..4ae2b90 100644 (file)
@@ -25,6 +25,7 @@
 
 #include "libavutil/fifo.h"
 #include "avformat.h"
+#include "avio.h"
 #include "riff.h"    /* for CodecTag */
 
 /* should have a generic way to indicate probable size */