summaryrefslogtreecommitdiff
path: root/libavformat/swf.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2004-12-29 18:31:28 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-12-29 18:31:28 +0000
commit2de7795ad23fc5a30acb398c923ed737b8dcbbe8 (patch)
treeaf97c3e5a18e1743492d1d1fc9217b3ec5a86aea /libavformat/swf.c
parentcaa336b4cc1c946409decd6af964a44afb59c43a (diff)
common.h -> common.h/bitstream.h
Originally committed as revision 3778 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/swf.c')
-rw-r--r--libavformat/swf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/swf.c b/libavformat/swf.c
index 4d3a72b84f..9538dc2d4c 100644
--- a/libavformat/swf.c
+++ b/libavformat/swf.c
@@ -18,6 +18,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "avformat.h"
+#include "bitstream.h"
/* should have a generic way to indicate probable size */
#define DUMMY_FILE_SIZE (100 * 1024 * 1024)