diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2012-10-28 14:50:11 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2012-10-28 14:50:11 +0100 |
commit | 96fac764fa8ef18f8e2751e62e3b37c8a0db13d7 (patch) | |
tree | 7222457080d2c331f916eb1144dd4e66888bfe52 /libavformat/riff.c | |
parent | d72aef4e922b71fd00665c863b66682ac36fc264 (diff) | |
download | ffmpeg-96fac764fa8ef18f8e2751e62e3b37c8a0db13d7.tar.gz |
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.
Diffstat (limited to 'libavformat/riff.c')
-rw-r--r-- | libavformat/riff.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c index b20630c3ba..6ca3f2d418 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' }, |