comparison tcp.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 7a123cc24a81
children 395592984ef0
comparison
equal deleted inserted replaced
5836:2997c88028cd 5837:d605f589f0be
18 * License along with FFmpeg; if not, write to the Free Software 18 * License along with FFmpeg; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 */ 20 */
21 #include "avformat.h" 21 #include "avformat.h"
22 #include <unistd.h> 22 #include <unistd.h>
23 #include "internal.h"
23 #include "network.h" 24 #include "network.h"
24 #include "os_support.h" 25 #include "os_support.h"
25 #if HAVE_SYS_SELECT_H 26 #if HAVE_SYS_SELECT_H
26 #include <sys/select.h> 27 #include <sys/select.h>
27 #endif 28 #endif