Commit c1df37e5 authored by Alex Converse's avatar Alex Converse

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

parent 8c62d83f
...@@ -700,7 +700,7 @@ static int hls_probe(AVProbeData *p) ...@@ -700,7 +700,7 @@ static int hls_probe(AVProbeData *p)
} }
AVInputFormat ff_hls_demuxer = { AVInputFormat ff_hls_demuxer = {
.name = "hls", .name = "hls,applehttp",
.long_name = NULL_IF_CONFIG_SMALL("Apple HTTP Live Streaming format"), .long_name = NULL_IF_CONFIG_SMALL("Apple HTTP Live Streaming format"),
.priv_data_size = sizeof(HLSContext), .priv_data_size = sizeof(HLSContext),
.read_probe = hls_probe, .read_probe = hls_probe,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment