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

@@ -20,6 +20,7 @@
#ifndef FFMPEG_RTP_MPV_H
#define FFMPEG_RTP_MPV_H
#include <stdint.h>
#include "avformat.h"
void ff_rtp_send_mpegvideo(AVFormatContext *s1, const uint8_t *buf1, int size);