Browse Source

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

tags/n0.11
Alex Converse 13 years ago
parent
commit
c1df37e59b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/hls.c

+ 1
- 1
libavformat/hls.c View File

@@ -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…
Cancel
Save