mirror of https://git.ffmpeg.org/ffmpeg.git
Add loas as an extension for LOAS/LATM.
This commit is contained in:
parent
c1fcd7e1ab
commit
f6e99bf514
|
@ -187,7 +187,7 @@ AVOutputFormat ff_latm_muxer = {
|
||||||
.name = "latm",
|
.name = "latm",
|
||||||
.long_name = NULL_IF_CONFIG_SMALL("LOAS/LATM"),
|
.long_name = NULL_IF_CONFIG_SMALL("LOAS/LATM"),
|
||||||
.mime_type = "audio/MP4A-LATM",
|
.mime_type = "audio/MP4A-LATM",
|
||||||
.extensions = "latm",
|
.extensions = "latm,loas",
|
||||||
.priv_data_size = sizeof(LATMContext),
|
.priv_data_size = sizeof(LATMContext),
|
||||||
.audio_codec = CODEC_ID_AAC,
|
.audio_codec = CODEC_ID_AAC,
|
||||||
.video_codec = CODEC_ID_NONE,
|
.video_codec = CODEC_ID_NONE,
|
||||||
|
|
Loading…
Reference in New Issue