]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/data_uri.c
swscale/arm/yuv2rgb: remove 32bit code path
[ffmpeg] / libavformat / data_uri.c
index 1598b999ae937be04a49e953f0c647987a56f3b5..1863830abe1bd48100984db1469d8e92f0eb5225 100644 (file)
@@ -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,