Browse code

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

Alex Converse authored on 2012/02/15 04:17:00
Showing 1 changed files
... ...
@@ -700,7 +700,7 @@ static int hls_probe(AVProbeData *p)
700 700
 }
701 701
 
702 702
 AVInputFormat ff_hls_demuxer = {
703
-    .name           = "hls",
703
+    .name           = "hls,applehttp",
704 704
     .long_name      = NULL_IF_CONFIG_SMALL("Apple HTTP Live Streaming format"),
705 705
     .priv_data_size = sizeof(HLSContext),
706 706
     .read_probe     = hls_probe,