From 62eaaeacb5ac083d9a96e95ec7df12113cd3ca81 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Thu, 31 Mar 2011 16:10:50 +0200 Subject: avio: make url_connect internal. --- libavformat/avio.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'libavformat/avio.h') diff --git a/libavformat/avio.h b/libavformat/avio.h index 8ba8a23f6e..311a51f8c4 100644 --- a/libavformat/avio.h +++ b/libavformat/avio.h @@ -103,13 +103,9 @@ typedef int URLInterruptCB(void); attribute_deprecated int url_open_protocol (URLContext **puc, struct URLProtocol *up, const char *url, int flags); attribute_deprecated int url_alloc(URLContext **h, const char *url, int flags); +attribute_deprecated int url_connect(URLContext *h); #endif -/** - * Connect an URLContext that has been allocated by url_alloc - */ -int url_connect(URLContext *h); - /** * Create an URLContext for accessing to the resource indicated by * url, and open it. -- cgit v1.2.3