forked from FFmpeg/FFmpeg
untested AAC in WAV/AVI patch by (Måns Rullgård <mru at mru dot ath dot cx>)
Originally committed as revision 3565 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
2c7357793d
commit
ca37721277
1 changed files with 1 additions and 0 deletions
|
@ -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 },
|
||||
|
|
Loading…
Add table
Reference in a new issue