diff options
author | Martin Storsjö <martin@martin.st> | 2010-07-22 10:30:15 +0300 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-03-08 02:09:15 +0100 |
commit | fb8d710fa976828d99496c8a9ac1790627adb4ad (patch) | |
tree | f54694c93ce6442b7fabd3f5c20cc653d373d3c6 /libavformat/allformats.c | |
parent | de0bddea29b1a615e37f21ff882007f57021a383 (diff) | |
download | ffmpeg-fb8d710fa976828d99496c8a9ac1790627adb4ad.tar.gz |
Add Apple HTTP Live Streaming protocol handler
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
(cherry picked from commit f4f4e12c0d4e86c4900481b7dca94d22e733c14a)
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 0ff4b5aa8e..562f6248a5 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -229,6 +229,7 @@ void av_register_all(void) REGISTER_MUXDEMUX (LIBNUT, libnut); /* protocols */ + REGISTER_PROTOCOL (APPLEHTTP, applehttp); REGISTER_PROTOCOL (CONCAT, concat); REGISTER_PROTOCOL (FILE, file); REGISTER_PROTOCOL (GOPHER, gopher); |