comparison rtpproto.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 1851c2275530
children 395592984ef0
comparison
equal deleted inserted replaced
5836:2997c88028cd 5837:d605f589f0be
28 #include "avformat.h" 28 #include "avformat.h"
29 #include "rtpdec.h" 29 #include "rtpdec.h"
30 30
31 #include <unistd.h> 31 #include <unistd.h>
32 #include <stdarg.h> 32 #include <stdarg.h>
33 #include "internal.h"
33 #include "network.h" 34 #include "network.h"
34 #include "os_support.h" 35 #include "os_support.h"
35 #include <fcntl.h> 36 #include <fcntl.h>
36 #if HAVE_SYS_SELECT_H 37 #if HAVE_SYS_SELECT_H
37 #include <sys/select.h> 38 #include <sys/select.h>