[FFmpeg-cvslog] Add loas as an extension for LOAS/LATM.
Carl Eugen Hoyos
git at videolan.org
Thu Sep 8 08:25:07 CEST 2011
ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Thu Sep 8 08:24:17 2011 +0200| [f6e99bf5146bfd92e2340de0f972645ed238d80e] | committer: Carl Eugen Hoyos
Add loas as an extension for LOAS/LATM.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f6e99bf5146bfd92e2340de0f972645ed238d80e
---
libavformat/latmenc.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libavformat/latmenc.c b/libavformat/latmenc.c
index 9f5377c..9e85ee5 100644
--- a/libavformat/latmenc.c
+++ b/libavformat/latmenc.c
@@ -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,
More information about the ffmpeg-cvslog
mailing list