]> git.sesse.net Git - ffmpeg/commit
tls: Hook up the url_get_short_seek function in the TLS backends
authorMartin Storsjö <martin@martin.st>
Thu, 29 Oct 2020 19:56:17 +0000 (21:56 +0200)
committerMartin Storsjö <martin@martin.st>
Thu, 5 Nov 2020 07:22:17 +0000 (09:22 +0200)
commit70d8077b795766e2486e6ec8110f22a97362d6d6
tree63e03b9a6879296ee592c4279b6b955dc3321bee
parenta1553b0cfbff92223caaed4103b92373b2339173
tls: Hook up the url_get_short_seek function in the TLS backends

This makes sure that small seeks forward on https don't end up
doing new requests.

Signed-off-by: Martin Storsjö <martin@martin.st>
libavformat/tls_gnutls.c
libavformat/tls_libtls.c
libavformat/tls_mbedtls.c
libavformat/tls_openssl.c
libavformat/tls_schannel.c
libavformat/tls_securetransport.c