Commit 9bb1de73 authored by michael's avatar michael

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.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14501 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 6a768070
......@@ -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
......
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment