]> git.sesse.net Git - ffmpeg/commit
lavf/hls: Cleanup the applehttp
authorJun Zhao <barryjzhao@tencent.com>
Fri, 12 Apr 2019 10:54:47 +0000 (18:54 +0800)
committerJun Zhao <barryjzhao@tencent.com>
Mon, 15 Apr 2019 13:36:45 +0000 (21:36 +0800)
commitabfeba97241e3cd485580b66b8b712d9a9779888
treefafd0499fee35008eb3db27301bfcd75b54f43e8
parent32148b5ac96b32a1086cf88db2cf18115fab314c
lavf/hls: Cleanup the applehttp

Cleanup the applehttp as demuxer name, when use the command :

ffmpeg -formats, get the confused information like:
"
 E hls             Apple HTTP Live Streaming
D  hls,applehttp   Apple HTTP Live Streaming
"
we don't use applehttp as the demuxer/muxer name usually, so
cleanup the applehttp and update the documents.

After the change, get the information from "ffmpeg -formats":
"
DE hls             Apple HTTP Live Streaming
"

Reviewed-by: Steven Liu <lq@onvideo.cn>
Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
doc/demuxers.texi
libavformat/hls.c