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/url.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libavformat/url.h') diff --git a/libavformat/url.h b/libavformat/url.h index d15d4abba2..30fbf62aec 100644 --- a/libavformat/url.h +++ b/libavformat/url.h @@ -40,4 +40,9 @@ */ int ffurl_alloc(URLContext **h, const char *url, int flags); +/** + * Connect an URLContext that has been allocated by ffurl_alloc + */ +int ffurl_connect(URLContext *h); + #endif //AVFORMAT_URL_H -- cgit v1.2.3