summaryrefslogtreecommitdiff
path: root/libavformat/rtp_mpv.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-11-24 10:08:02 +0000
committerDiego Biurrun <diego@biurrun.de>2007-11-24 10:08:02 +0000
commitf0a838e52505fb48d15fb23554107cbd282f8132 (patch)
treed61bea91becb4b6ea8dcff35ebe215296c9ec1de /libavformat/rtp_mpv.h
parent536333a0fe2e20bd7314a589635f08a451d1e12e (diff)
Add missing #includes to fix 'make checkheaders'.
Originally committed as revision 11087 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rtp_mpv.h')
-rw-r--r--libavformat/rtp_mpv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/rtp_mpv.h b/libavformat/rtp_mpv.h
index 4a7568d754..36e649a891 100644
--- a/libavformat/rtp_mpv.h
+++ b/libavformat/rtp_mpv.h
@@ -20,6 +20,8 @@
#ifndef FFMPEG_RTP_MPV_H
#define FFMPEG_RTP_MPV_H
+#include "avformat.h"
+
void ff_rtp_send_mpegvideo(AVFormatContext *s1, const uint8_t *buf1, int size);
#endif /* FFMPEG_RTP_MPV_H */