X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=libavformat%2Fgopher.c;h=271c825b3b064dc3edac66960f2e73d723a5b96b;hb=0be09f54fb2a8f9070f29918754280154fbbc34d;hp=835ad7f9c14fb9eabf0123bc2aa519e1dee6df90;hpb=1a708780f3d4b431996d118df4e448b4f2a7942e;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,