Mercurial > libavformat.hg
changeset 550:bc2751b2c189 libavformat
untested AAC in WAV/AVI patch by (Mns Rullgrd <mru at mru dot ath dot cx>)
author | michael |
---|---|
date | Wed, 06 Oct 2004 20:12:58 +0000 |
parents | 4623f54c98bb |
children | ef359bf133cc |
files | wav.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/wav.c Wed Oct 06 08:50:46 2004 +0000 +++ b/wav.c Wed Oct 06 20:12:58 2004 +0000 @@ -34,6 +34,7 @@ { 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 },