Commit 9ae6671b authored by rtogni's avatar rtogni

Support AAC audio in AVI with tag 0xff

Patch by David Conrad ( davedc_ | umbc edu )


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5963 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 85a8811e
......@@ -176,6 +176,7 @@ const CodecTag codec_wav_tags[] = {
{ 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 },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment