OSDN Git Service

Support Nellymoser in isom.
authorCarl Eugen Hoyos <cehoyos@ag.or.at>
Tue, 30 Aug 2011 08:33:53 +0000 (10:33 +0200)
committerCarl Eugen Hoyos <cehoyos@ag.or.at>
Tue, 30 Aug 2011 08:46:51 +0000 (10:46 +0200)
libavformat/isom.c

index 3894c22..7d5d624 100644 (file)
@@ -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 */