diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2012-12-08 06:00:46 +0100 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2012-12-08 17:04:22 +0100 |
commit | adbe03077d197813d5ecba43e918ece9c2b8e9b9 (patch) | |
tree | 1d7f59585e18b1ba8c17584fd7c8b251a99121e8 /libavformat/hlsenc.c | |
parent | 5fbceb2c6339c9d0a370c0e5bf6dc229812865eb (diff) | |
download | ffmpeg-adbe03077d197813d5ecba43e918ece9c2b8e9b9.tar.gz |
hls: use a meaningful long name
Diffstat (limited to 'libavformat/hlsenc.c')
-rw-r--r-- | libavformat/hlsenc.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |