From 758af9868e549825f6363d06c4c9857bd5c08040 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 1 Aug 2008 23:12:10 +0000 Subject: 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 --- libavformat/swf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/swf.h') diff --git a/libavformat/swf.h b/libavformat/swf.h index 8249f7ddf9..4ae2b90ef3 100644 --- a/libavformat/swf.h +++ b/libavformat/swf.h @@ -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 */ -- cgit v1.2.3