Browse Source

Add loas as an extension for LOAS/LATM.

tags/n0.9
Carl Eugen Hoyos 14 years ago
parent
commit
f6e99bf514
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/latmenc.c

+ 1
- 1
libavformat/latmenc.c View File

@@ -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,


Loading…
Cancel
Save