diff ffm.h @ 3618:e77025bff589 libavformat

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.
author michael
date Fri, 01 Aug 2008 23:12:10 +0000
parents 74fbde8871c4
children 1b6245500d8c
line wrap: on
line diff
--- a/ffm.h	Fri Aug 01 22:29:29 2008 +0000
+++ b/ffm.h	Fri Aug 01 23:12:10 2008 +0000
@@ -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