[FFmpeg-devel] [PATCH]Add a AAC twocc
Carl Eugen Hoyos
cehoyos at ag.or.at
Sun Oct 28 14:02:33 CET 2012
Hi!
See vlc commit 3c298a7 by JB and
http://msdn.microsoft.com/en-us/library/dd341376%28prot.20%29.aspx
Please comment, Carl Eugen
-------------- next part --------------
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-devel
mailing list