[FFmpeg-cvslog] hls: Re-add legacy applehttp name to preserve interface compatibility.

Alex Converse git at videolan.org
Wed Feb 15 02:14:07 CET 2012


ffmpeg | branch: master | Alex Converse <alex.converse at gmail.com> | Tue Feb 14 11:17:00 2012 -0800| [c1df37e59b516e9da47f0e9f7df748beafb2fc90] | committer: Alex Converse

hls: Re-add legacy applehttp name to preserve interface compatibility.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c1df37e59b516e9da47f0e9f7df748beafb2fc90
---

 libavformat/hls.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavformat/hls.c b/libavformat/hls.c
index d8b0020..82aa764 100644
--- a/libavformat/hls.c
+++ b/libavformat/hls.c
@@ -700,7 +700,7 @@ static int hls_probe(AVProbeData *p)
 }
 
 AVInputFormat ff_hls_demuxer = {
-    .name           = "hls",
+    .name           = "hls,applehttp",
     .long_name      = NULL_IF_CONFIG_SMALL("Apple HTTP Live Streaming format"),
     .priv_data_size = sizeof(HLSContext),
     .read_probe     = hls_probe,



More information about the ffmpeg-cvslog mailing list