Module: libav
Branch: master
Commit: adbe03077d197813d5ecba43e918ece9c2b8e9b9

Author:    Luca Barbato <lu_z...@gentoo.org>
Committer: Luca Barbato <lu_z...@gentoo.org>
Date:      Sat Dec  8 06:00:46 2012 +0100

hls: use a meaningful long name

---

 libavformat/hlsenc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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,

_______________________________________________
libav-commits mailing list
libav-commits@libav.org
https://lists.libav.org/mailman/listinfo/libav-commits

Reply via email to