diff --git a/libavformat/file.c b/libavformat/file.c index dd5819c06f..8f3b35c795 100644 --- a/libavformat/file.c +++ b/libavformat/file.c @@ -670,7 +670,7 @@ done: return ret; } -URLProtocol ff_android_content_protocol = { +const URLProtocol ff_android_content_protocol = { .name = "content", .url_open = android_content_open, .url_read = file_read,