summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>2010-02-28 03:59:15 +0000
committerCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>2010-02-28 03:59:15 +0000
commit1e6365b305e0d42194dcd248841a40bc32a592a6 (patch)
tree54212d64b19878feb7c9e809d47a51d8b56bdc82 /libavformat
parent4443c0e9a9716186e53bf4bbcff8a9c6adfa0c90 (diff)
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
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/rtpproto.c1
1 files changed, 1 insertions, 0 deletions
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 <unistd.h>
#include <stdarg.h>