[FFmpeg-cvslog] hls: use a meaningful long name
Luca Barbato
git at videolan.org
Sun Dec 9 13:42:39 CET 2012
ffmpeg | branch: master | Luca Barbato <lu_zero at gentoo.org> | Sat Dec 8 06:00:46 2012 +0100| [adbe03077d197813d5ecba43e918ece9c2b8e9b9] | committer: Luca Barbato
hls: use a meaningful long name
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=adbe03077d197813d5ecba43e918ece9c2b8e9b9
---
libavformat/hlsenc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c
index 1003b85..9d3b466 100644
--- a/libavformat/hlsenc.c
+++ b/libavformat/hlsenc.c
@@ -312,7 +312,7 @@ static const AVClass hls_class = {
AVOutputFormat ff_hls_muxer = {
.name = "hls",
- .long_name = NULL_IF_CONFIG_SMALL("hls"),
+ .long_name = NULL_IF_CONFIG_SMALL("Apple HTTP Live Streaming"),
.extensions = "m3u8",
.priv_data_size = sizeof(HLSContext),
.audio_codec = AV_CODEC_ID_MP2,
More information about the ffmpeg-cvslog
mailing list