diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2013-07-30 01:34:56 +0200 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2013-08-05 16:13:35 +0200 |
commit | 605387582bd35920b83a26dabbe1c0601f425621 (patch) | |
tree | 3fc27464f2beb0d08b2f6ff9851d71e32171949f /libavformat/allformats.c | |
parent | bc54c2ae3ca6abd225dc331eafc12108513158de (diff) | |
download | ffmpeg-605387582bd35920b83a26dabbe1c0601f425621.tar.gz |
lavf: Support unix sockets
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r-- | libavformat/allformats.c | 1 |
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); |