Commit f6e99bf5 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

Add loas as an extension for LOAS/LATM.

parent c1fcd7e1
......@@ -187,7 +187,7 @@ AVOutputFormat ff_latm_muxer = {
.name = "latm",
.long_name = NULL_IF_CONFIG_SMALL("LOAS/LATM"),
.mime_type = "audio/MP4A-LATM",
.extensions = "latm",
.extensions = "latm,loas",
.priv_data_size = sizeof(LATMContext),
.audio_codec = CODEC_ID_AAC,
.video_codec = CODEC_ID_NONE,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment