comparison http.c @ 5837:d605f589f0be libavformat

move ff_url_split() and ff_url_join() declarations to internal.h those functions are not part of the public API
author aurel
date Sun, 14 Mar 2010 23:59:48 +0000
parents d34f985d6e8f
children 61062082488b
comparison
equal deleted inserted replaced
5836:2997c88028cd 5837:d605f589f0be
22 #include "libavutil/base64.h" 22 #include "libavutil/base64.h"
23 #include "libavutil/avstring.h" 23 #include "libavutil/avstring.h"
24 #include "avformat.h" 24 #include "avformat.h"
25 #include <unistd.h> 25 #include <unistd.h>
26 #include <strings.h> 26 #include <strings.h>
27 #include "internal.h"
27 #include "network.h" 28 #include "network.h"
28 #include "os_support.h" 29 #include "os_support.h"
29 30
30 /* XXX: POST protocol is not completely implemented because ffmpeg uses 31 /* XXX: POST protocol is not completely implemented because ffmpeg uses
31 only a subset of it. */ 32 only a subset of it. */