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

@@ -22,6 +22,7 @@
#ifndef FFMPEG_RAW_H
#define FFMPEG_RAW_H
#include <stdint.h>
#include "avformat.h"
int pcm_read_seek(AVFormatContext *s,