From eb9244f20210fd420fb9b3c98126f9cae525d1cc Mon Sep 17 00:00:00 2001 From: Marvin Scholz Date: Mon, 28 Jul 2014 11:55:38 +0200 Subject: Add Icecast protocol MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Icecast is basically a convenience wrapper around the HTTP protocol. Signed-off-by: Martin Storsjö --- libavformat/allformats.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/allformats.c') diff --git a/libavformat/allformats.c b/libavformat/allformats.c index 8083ef3e97..984bb52aaf 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -270,6 +270,7 @@ void av_register_all(void) REGISTER_PROTOCOL(HTTP, http); REGISTER_PROTOCOL(HTTPPROXY, httpproxy); REGISTER_PROTOCOL(HTTPS, https); + REGISTER_PROTOCOL(ICECAST, icecast); REGISTER_PROTOCOL(MMSH, mmsh); REGISTER_PROTOCOL(MMST, mmst); REGISTER_PROTOCOL(MD5, md5); -- cgit v1.2.3