diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2008-08-01 23:12:10 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2008-08-01 23:12:10 +0000 |
commit | 758af9868e549825f6363d06c4c9857bd5c08040 (patch) | |
tree | 77a036ccae396cd644236938dc2fabd8bf154c2a /libavformat/ffm.h | |
parent | c5e56a813bf6019f7c28ce7737fcb67e836136c6 (diff) | |
download | ffmpeg-758af9868e549825f6363d06c4c9857bd5c08040.tar.gz |
Recommit r14497
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
Diffstat (limited to 'libavformat/ffm.h')
-rw-r--r-- | libavformat/ffm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/ffm.h b/libavformat/ffm.h index 52a84094a8..1ede49a285 100644 --- a/libavformat/ffm.h +++ b/libavformat/ffm.h @@ -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 |