From adbe03077d197813d5ecba43e918ece9c2b8e9b9 Mon Sep 17 00:00:00 2001
From: Luca Barbato <lu_zero@gentoo.org>
Date: Sat, 8 Dec 2012 06:00:46 +0100
Subject: [PATCH] hls: use a meaningful long name

---
 libavformat/hlsenc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c
index 1003b85aa9..9d3b46645e 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,