]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/mmsh.c
Merge commit '9765549f551ff40869aee1a6492b6a976c86cfe9'
[ffmpeg] / libavformat / mmsh.c
index 16f07fec0e21eaa0285b45f12283ea7990cef8eb..b359da551ec18b746c9c18a75cf2420fb2a8f0da 100644 (file)
@@ -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,