X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fmmsh.c;h=b359da551ec18b746c9c18a75cf2420fb2a8f0da;hb=0520d573db71171053a684b1b2fed0598df1641f;hp=16f07fec0e21eaa0285b45f12283ea7990cef8eb;hpb=a236e4e8b840b57cc3975db21a5f54cda59753a9;p=ffmpeg diff --git a/libavformat/mmsh.c b/libavformat/mmsh.c index 16f07fec0e2..b359da551ec 100644 --- a/libavformat/mmsh.c +++ b/libavformat/mmsh.c @@ -401,7 +401,7 @@ static int64_t mmsh_seek(URLContext *h, int64_t pos, int whence) return AVERROR(ENOSYS); } -URLProtocol ff_mmsh_protocol = { +const URLProtocol ff_mmsh_protocol = { .name = "mmsh", .url_open = mmsh_open, .url_read = mmsh_read,