summaryrefslogtreecommitdiff
path: root/libavformat/rtpproto.c
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2010-03-14 23:59:48 +0000
committerAurelien Jacobs <aurel@gnuage.org>2010-03-14 23:59:48 +0000
commite4a9e3cc7cc2a93a8ef666af89cd6885709ff7e0 (patch)
tree9dcb7f8dbb15f46e244b98dff3f0df5e68f58780 /libavformat/rtpproto.c
parent66b50bc0b25f09ba8459131cc26766647232b4d3 (diff)
move ff_url_split() and ff_url_join() declarations to internal.h
those functions are not part of the public API Originally committed as revision 22534 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rtpproto.c')
-rw-r--r--libavformat/rtpproto.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/rtpproto.c b/libavformat/rtpproto.c
index ac8c3dbd6d..35bbc18636 100644
--- a/libavformat/rtpproto.c
+++ b/libavformat/rtpproto.c
@@ -30,6 +30,7 @@
#include <unistd.h>
#include <stdarg.h>
+#include "internal.h"
#include "network.h"
#include "os_support.h"
#include <fcntl.h>