mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 07:31:22 +01:00
Merge commit '34e2ce5dde'
* commit '34e2ce5dde':
hlsenc: Set the default codecs to AAC and H264
Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
be8f96e5eb
1 changed files with 2 additions and 2 deletions
|
|
@ -348,8 +348,8 @@ AVOutputFormat ff_hls_muxer = {
|
|||
.long_name = NULL_IF_CONFIG_SMALL("Apple HTTP Live Streaming"),
|
||||
.extensions = "m3u8",
|
||||
.priv_data_size = sizeof(HLSContext),
|
||||
.audio_codec = AV_CODEC_ID_MP2,
|
||||
.video_codec = AV_CODEC_ID_MPEG2VIDEO,
|
||||
.audio_codec = AV_CODEC_ID_AAC,
|
||||
.video_codec = AV_CODEC_ID_H264,
|
||||
.flags = AVFMT_NOFILE | AVFMT_ALLOW_FLUSH,
|
||||
.write_header = hls_write_header,
|
||||
.write_packet = hls_write_packet,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue