1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-29 05:57:37 +02:00

Add missing header #includes.

Originally committed as revision 14497 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun
2008-08-01 16:29:26 +00:00
parent 82cee279a5
commit 2e11268ea9
12 changed files with 14 additions and 0 deletions

View File

@@ -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 */