From dbaf79c9d7270eafd2479d9c650efa1433d65efd Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Fri, 1 Jun 2012 16:36:20 +0300 Subject: http: Add the url_shutdown function for https, too MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Storsjö --- libavformat/http.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/http.c') diff --git a/libavformat/http.c b/libavformat/http.c index 6c6ff5cf81..b2f2ea97f2 100644 --- a/libavformat/http.c +++ b/libavformat/http.c @@ -669,6 +669,7 @@ URLProtocol ff_https_protocol = { .url_seek = http_seek, .url_close = http_close, .url_get_file_handle = http_get_file_handle, + .url_shutdown = http_shutdown, .priv_data_size = sizeof(HTTPContext), .priv_data_class = &https_context_class, .flags = URL_PROTOCOL_FLAG_NETWORK, -- cgit v1.2.3