X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Ftls_gnutls.c;h=3e29a45ce49952eccf0b411c0e71f3c32fcc4c9f;hb=d60c2d5216930ef98c7d4d6837d6229b37e0dcb3;hp=a5d7e890ab4a6e4f6ebd0164045d9c5a4aebe0be;hpb=74ea1167d91ccb2e1f2943efa030f2c278b598be;p=ffmpeg diff --git a/libavformat/tls_gnutls.c b/libavformat/tls_gnutls.c index a5d7e890ab4..3e29a45ce49 100644 --- a/libavformat/tls_gnutls.c +++ b/libavformat/tls_gnutls.c @@ -243,7 +243,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,