mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 11:49:48 +00:00
hls: use a meaningful long name
This commit is contained in:
parent
5fbceb2c63
commit
adbe03077d
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user