[FFmpeg-devel] [PATCH]Support Nellymoser in isom

Carl Eugen Hoyos cehoyos at ag.or.at
Mon Aug 29 14:05:25 CEST 2011


Hi!

I'll apply if there are no objections, Carl Eugen
-------------- next part --------------
diff --git a/libavformat/isom.c b/libavformat/isom.c
index 7ab13f2..82c6021 100644
--- a/libavformat/isom.c
+++ b/libavformat/isom.c
@@ -254,6 +254,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-devel mailing list