[FFmpeg-cvslog] Support Nellymoser in isom.

Carl Eugen Hoyos git at videolan.org
Tue Aug 30 10:48:20 CEST 2011


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Tue Aug 30 10:33:53 2011 +0200| [75a225217ce4b0bdccce2af1d614002866f59a17] | committer: Carl Eugen Hoyos

Support Nellymoser in isom.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=75a225217ce4b0bdccce2af1d614002866f59a17
---

 libavformat/isom.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/libavformat/isom.c b/libavformat/isom.c
index 3894c22..7d5d624 100644
--- a/libavformat/isom.c
+++ b/libavformat/isom.c
@@ -261,6 +261,8 @@ const AVCodecTag codec_movaudio_tags[] = {
     { CODEC_ID_GSM,  MKTAG('a', 'g', 's', 'm') },
     { CODEC_ID_ALAC, MKTAG('a', 'l', 'a', 'c') }, /* Apple Lossless */
 
+    { CODEC_ID_NELLYMOSER, MKTAG('n', 'm', 'o', 's') },
+
     { CODEC_ID_QCELP, MKTAG('Q','c','l','p') },
     { CODEC_ID_QCELP, MKTAG('Q','c','l','q') },
     { CODEC_ID_QCELP, MKTAG('s','q','c','p') }, /* ISO Media fourcc */



More information about the ffmpeg-cvslog mailing list