]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/tls_gnutls.c
mp3dec: read the initial/trailing padding from the LAME tag
[ffmpeg] / libavformat / tls_gnutls.c
index a5d7e890ab4a6e4f6ebd0164045d9c5a4aebe0be..3e29a45ce49952eccf0b411c0e71f3c32fcc4c9f 100644 (file)
@@ -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,