You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
hls: Re-add legacy applehttp name to preserve interface compatibility.
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user