summaryrefslogtreecommitdiff
path: root/libavformat/tcp.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/tcp.c')
-rw-r--r--libavformat/tcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/tcp.c b/libavformat/tcp.c
index 14b5e19cd9..5cb4b8f9c7 100644
--- a/libavformat/tcp.c
+++ b/libavformat/tcp.c
@@ -218,7 +218,7 @@ static int tcp_get_file_handle(URLContext *h)
return s->fd;
}
-URLProtocol tcp_protocol = {
+URLProtocol ff_tcp_protocol = {
"tcp",
tcp_open,
tcp_read,