Module: libav Branch: master Commit: dbaf79c9d7270eafd2479d9c650efa1433d65efd
Author: Martin Storsjö <[email protected]> Committer: Martin Storsjö <[email protected]> Date: Fri Jun 1 16:36:20 2012 +0300 http: Add the url_shutdown function for https, too Signed-off-by: Martin Storsjö <[email protected]> --- libavformat/http.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/libavformat/http.c b/libavformat/http.c index 6c6ff5c..b2f2ea9 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, _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
