mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 11:19:55 +00:00
hls: Re-add legacy applehttp name to preserve interface compatibility.
This commit is contained in:
parent
8c62d83fe5
commit
c1df37e59b
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user