| ... | ... |
@@ -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, |