summaryrefslogtreecommitdiff
path: root/libavformat/data_uri.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/data_uri.c')
-rw-r--r--libavformat/data_uri.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/data_uri.c b/libavformat/data_uri.c
index 1598b999ae..1863830abe 100644
--- a/libavformat/data_uri.c
+++ b/libavformat/data_uri.c
@@ -109,7 +109,7 @@ static int data_read(URLContext *h, unsigned char *buf, int size)
return size;
}
-URLProtocol ff_data_protocol = {
+const URLProtocol ff_data_protocol = {
.name = "data",
.url_open = data_open,
.url_close = data_close,