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
This commit is contained in:
Aurelien Jacobs 2010-03-14 23:59:48 +00:00
parent 66b50bc0b2
commit e4a9e3cc7c
9 changed files with 60 additions and 53 deletions

View file

@ -24,6 +24,7 @@
#include "libavutil/avstring.h"
#include "avformat.h"
#include "internal.h"
#include "network.h"
typedef struct {