[FFmpeg-cvslog] http: Add the url_shutdown function for https, too

Martin Storsjö git at videolan.org
Fri Jun 1 20:05:37 CEST 2012


ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Fri Jun  1 16:36:20 2012 +0300| [dbaf79c9d7270eafd2479d9c650efa1433d65efd] | committer: Martin Storsjö

http: Add the url_shutdown function for https, too

Signed-off-by: Martin Storsjö <martin at martin.st>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=dbaf79c9d7270eafd2479d9c650efa1433d65efd
---

 libavformat/http.c |    1 +
 1 file changed, 1 insertion(+)

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,



More information about the ffmpeg-cvslog mailing list