X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fgopher.c;h=271c825b3b064dc3edac66960f2e73d723a5b96b;hb=0be09f54fb2a8f9070f29918754280154fbbc34d;hp=835ad7f9c14fb9eabf0123bc2aa519e1dee6df90;hpb=f99195d56f4aab266926724ca1cfae822df4df16;p=ffmpeg diff --git a/libavformat/gopher.c b/libavformat/gopher.c index 835ad7f9c14..271c825b3b0 100644 --- a/libavformat/gopher.c +++ b/libavformat/gopher.c @@ -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,