mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
http: Add the url_shutdown function for https, too
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
5952564185
commit
dbaf79c9d7
@ -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…
Reference in New Issue
Block a user