Mercurial > libavformat.hg
changeset 1246:ca6fc8c8c9dc libavformat
Support AAC audio in AVI with tag 0xff
Patch by David Conrad ( davedc_ | umbc edu )
author | rtogni |
---|---|
date | Tue, 08 Aug 2006 22:16:34 +0000 |
parents | e59b75051ded |
children | 2f118b3e65c6 |
files | riff.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/riff.c Tue Aug 08 20:31:19 2006 +0000 +++ b/riff.c Tue Aug 08 22:16:34 2006 +0000 @@ -176,6 +176,7 @@ { CODEC_ID_WMAV1, 0x160 }, { CODEC_ID_WMAV2, 0x161 }, { CODEC_ID_AAC, 0x706d }, + { CODEC_ID_MPEG4AAC, 0xff }, { 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 },