X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Ftls_schannel.c;h=c11b7d42cf06606b938449e26a6f4b94c20fae80;hb=50f4b64c543de39b74e56ea32ecfbdcf194c217a;hp=85c01a0d645a7e8e8de5c2818d2abeb5ef2b1b70;hpb=56475e885ba748e984fb46030f44850348c83fff;p=ffmpeg diff --git a/libavformat/tls_schannel.c b/libavformat/tls_schannel.c index 85c01a0d645..c11b7d42cf0 100644 --- a/libavformat/tls_schannel.c +++ b/libavformat/tls_schannel.c @@ -589,7 +589,7 @@ static const AVClass tls_class = { .version = LIBAVUTIL_VERSION_INT, }; -URLProtocol ff_tls_schannel_protocol = { +const URLProtocol ff_tls_schannel_protocol = { .name = "tls", .url_open2 = tls_open, .url_read = tls_read,