Browse Source

http: Add the url_shutdown function for https, too

Signed-off-by: Martin Storsjö <martin@martin.st>
tags/n1.0
Martin Storsjö 13 years ago
parent
commit
dbaf79c9d7
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavformat/http.c

+ 1
- 0
libavformat/http.c View File

@@ -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,


Loading…
Cancel
Save