From 1e6365b305e0d42194dcd248841a40bc32a592a6 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Sun, 28 Feb 2010 03:59:15 +0000 Subject: [PATCH] Include rtpdec.h, it contains prototypes for the following functions: rtp_set_remote_url(), rtp_get_local_port(), rtp_get_file_handles() Originally committed as revision 22107 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/rtpproto.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/rtpproto.c b/libavformat/rtpproto.c index 9d80ddf0a7..6ee711fb31 100644 --- a/libavformat/rtpproto.c +++ b/libavformat/rtpproto.c @@ -26,6 +26,7 @@ #include "libavutil/avstring.h" #include "avformat.h" +#include "rtpdec.h" #include #include