]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/gopher.c
avcodec: Add utils test
[ffmpeg] / libavformat / gopher.c
index 835ad7f9c14fb9eabf0123bc2aa519e1dee6df90..271c825b3b064dc3edac66960f2e73d723a5b96b 100644 (file)
@@ -114,7 +114,7 @@ static int gopher_read(URLContext *h, uint8_t *buf, int size)
 }
 
 
-URLProtocol ff_gopher_protocol = {
+const URLProtocol ff_gopher_protocol = {
     .name           = "gopher",
     .url_open       = gopher_open,
     .url_read       = gopher_read,