[FFmpeg-cvslog] Add an additional AAC TwoCC.

Carl Eugen Hoyos git at videolan.org
Sun Oct 28 14:52:51 CET 2012


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Sun Oct 28 14:50:11 2012 +0100| [96fac764fa8ef18f8e2751e62e3b37c8a0db13d7] | committer: Carl Eugen Hoyos

Add an additional AAC TwoCC.

Mentioned on http://msdn.microsoft.com/en-us/library/dd341376%28prot.20%29.aspx
Originally committed to vlc by Jean-Baptiste.

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

 libavformat/riff.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libavformat/riff.c b/libavformat/riff.c
index b20630c..6ca3f2d 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -374,6 +374,7 @@ const AVCodecTag ff_codec_wav_tags[] = {
     { AV_CODEC_ID_AAC,             0x706d },
     { AV_CODEC_ID_AAC,             0x4143 },
     { AV_CODEC_ID_G723_1,          0xA100 },
+    { AV_CODEC_ID_AAC,             0xA106 },
     { AV_CODEC_ID_SPEEX,           0xA109 },
     { AV_CODEC_ID_FLAC,            0xF1AC },
     { AV_CODEC_ID_ADPCM_SWF,       ('S'<<8)+'F' },



More information about the ffmpeg-cvslog mailing list