diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2008-08-01 22:29:29 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2008-08-01 22:29:29 +0000 |
commit | c5e56a813bf6019f7c28ce7737fcb67e836136c6 (patch) | |
tree | 5975bf407cb2c99bc845a6f2b5807d61e5c4a2b4 /libavformat/ffm.h | |
parent | dcd61286704078f59b9a52043e51d6f7ae5424ab (diff) | |
download | ffmpeg-c5e56a813bf6019f7c28ce7737fcb67e836136c6.tar.gz |
Revert r14497
Log:
Add missing header #includes.
Policy violation (change not approved by maintainer)
and while discussions where ongoing and no consensus has been reached.
Originally committed as revision 14500 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/ffm.h')
-rw-r--r-- | libavformat/ffm.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/ffm.h b/libavformat/ffm.h index 1ede49a285..52a84094a8 100644 --- a/libavformat/ffm.h +++ b/libavformat/ffm.h @@ -22,9 +22,7 @@ #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 |