From ca37721277fef7167fbc3545d93faefb0b6566b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Wed, 6 Oct 2004 20:12:58 +0000 Subject: [PATCH] =?UTF-8?q?untested=20AAC=20in=20WAV/AVI=20patch=20by=20(M?= =?UTF-8?q?=C3=A5ns=20Rullg=C3=A5rd=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Originally committed as revision 3565 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/wav.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/wav.c b/libavformat/wav.c index e0f134b47f..841e153ceb 100644 --- a/libavformat/wav.c +++ b/libavformat/wav.c @@ -34,6 +34,7 @@ const CodecTag codec_wav_tags[] = { { CODEC_ID_ADPCM_IMA_DK3, 0x62 }, /* rogue format number */ { CODEC_ID_WMAV1, 0x160 }, { CODEC_ID_WMAV2, 0x161 }, + { CODEC_ID_AAC, 0x706d }, { CODEC_ID_VORBIS, ('V'<<8)+'o' }, //HACK/FIXME, does vorbis in WAV/AVI have an (in)official id? { CODEC_ID_SONIC, 0x2048 }, { CODEC_ID_SONIC_LS, 0x2048 },