summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2013-07-30 01:34:56 +0200
committerLuca Barbato <lu_zero@gentoo.org>2013-08-05 16:13:35 +0200
commit605387582bd35920b83a26dabbe1c0601f425621 (patch)
tree3fc27464f2beb0d08b2f6ff9851d71e32171949f /libavformat/allformats.c
parentbc54c2ae3ca6abd225dc331eafc12108513158de (diff)
lavf: Support unix sockets
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r--libavformat/allformats.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c
index 142d647a2c..585cf43f5b 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -281,6 +281,7 @@ void av_register_all(void)
REGISTER_PROTOCOL(TCP, tcp);
REGISTER_PROTOCOL(TLS, tls);
REGISTER_PROTOCOL(UDP, udp);
+ REGISTER_PROTOCOL(UNIX, unix);
/* external libraries */
REGISTER_PROTOCOL(LIBRTMP, librtmp);