]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/tcp.c
lavf/matroskadec: Add early support for some of the new colour elements.
[ffmpeg] / libavformat / tcp.c
index 5738690843abc4f063f04f6434df3aa5423a37f6..c1054799c449b68d464c8979114d1f0d57401c9d 100644 (file)
@@ -255,7 +255,7 @@ static int tcp_get_file_handle(URLContext *h)
     return s->fd;
 }
 
-URLProtocol ff_tcp_protocol = {
+const URLProtocol ff_tcp_protocol = {
     .name                = "tcp",
     .url_open            = tcp_open,
     .url_accept          = tcp_accept,