X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Ftls_gnutls.c;h=991b36b95fc8bd83e143eddb1720586a2584b42d;hb=38a6242b271fad4917a1c6201ff61e10160c965b;hp=4bf9448534301d9d1d8d99b296d2d97fd3380122;hpb=1a12eb4a7314900b9569d6cc76814f39f95922bd;p=ffmpeg diff --git a/libavformat/tls_gnutls.c b/libavformat/tls_gnutls.c index 4bf94485343..991b36b95fc 100644 --- a/libavformat/tls_gnutls.c +++ b/libavformat/tls_gnutls.c @@ -247,7 +247,7 @@ static const AVClass tls_class = { .version = LIBAVUTIL_VERSION_INT, }; -URLProtocol ff_tls_gnutls_protocol = { +const URLProtocol ff_tls_gnutls_protocol = { .name = "tls", .url_open2 = tls_open, .url_read = tls_read,