# HG changeset patch # User michael # Date 1217632330 0 # Node ID e77025bff589259f5f54fe25e0c486c7389551bd # Parent 74fbde8871c4fa2d1793d774b0814475086539c2 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. diff -r 74fbde8871c4 -r e77025bff589 ffm.h --- 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 #include "avformat.h" +#include "avio.h" /* The FFM file is made of blocks of fixed size */ #define FFM_HEADER_SIZE 14 diff -r 74fbde8871c4 -r e77025bff589 swf.h --- a/swf.h Fri Aug 01 22:29:29 2008 +0000 +++ b/swf.h Fri Aug 01 23:12:10 2008 +0000 @@ -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 */