summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorLukasz Marek <lukasz.m.luki@gmail.com>2013-05-15 16:08:11 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-05-18 22:16:02 +0200
commitc86d3a54dedc4dbf37a84a3559facb7e7ad8ef9f (patch)
tree3ca1d0184cbc7c2aa32a2153729bcefa3e04744e /libavformat/allformats.c
parent9f88db5df1410c6b9f08be77fa119009f63106a6 (diff)
FTP protocol support
Implementation of ftp protocol. Fixes #1672 Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 2b2d46dee1..ab6a548b82 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -313,6 +313,7 @@ void av_register_all(void)
REGISTER_PROTOCOL(FFRTMPCRYPT, ffrtmpcrypt);
REGISTER_PROTOCOL(FFRTMPHTTP, ffrtmphttp);
REGISTER_PROTOCOL(FILE, file);
+ REGISTER_PROTOCOL(FTP, ftp);
REGISTER_PROTOCOL(GOPHER, gopher);
REGISTER_PROTOCOL(HLS, hls);
REGISTER_PROTOCOL(HTTP, http);