projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fbceb2
)
hls: use a meaningful long name
author
Luca Barbato
<lu_zero@gentoo.org>
Sat, 8 Dec 2012 05:00:46 +0000
(06:00 +0100)
committer
Luca Barbato
<lu_zero@gentoo.org>
Sat, 8 Dec 2012 16:04:22 +0000
(17:04 +0100)
libavformat/hlsenc.c
patch
|
blob
|
history
diff --git
a/libavformat/hlsenc.c
b/libavformat/hlsenc.c
index 1003b85aa90cfd940baf05f85755cd5d8c08400e..9d3b46645e941ab6d82abd01f07cd5eefef340b7 100644
(file)
--- 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,