diff options
author | Aurelien Jacobs | 2010-03-14 23:59:48 +0000 |
---|---|---|
committer | Aurelien Jacobs | 2010-03-14 23:59:48 +0000 |
commit | e4a9e3cc7cc2a93a8ef666af89cd6885709ff7e0 (patch) | |
tree | 9dcb7f8dbb15f46e244b98dff3f0df5e68f58780 /libavformat/rtmpproto.c | |
parent | 66b50bc0b25f09ba8459131cc26766647232b4d3 (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/rtmpproto.c')
-rw-r--r-- | libavformat/rtmpproto.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/rtmpproto.c b/libavformat/rtmpproto.c index e23148827b..a8e8de0446 100644 --- a/libavformat/rtmpproto.c +++ b/libavformat/rtmpproto.c @@ -29,6 +29,7 @@ #include "libavutil/lfg.h" #include "libavutil/sha.h" #include "avformat.h" +#include "internal.h" #include "network.h" |