Commit 85fece9e authored by compn's avatar compn

add amr in avi riff tags

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16303 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f5e9e919
......@@ -214,6 +214,8 @@ const AVCodecTag codec_wav_tags[] = {
{ CODEC_ID_ADPCM_G726, 0x0045 },
{ CODEC_ID_MP2, 0x0050 },
{ CODEC_ID_MP3, 0x0055 },
{ CODEC_ID_AMR_NB, 0x0057 },
{ CODEC_ID_AMR_WB, 0x0058 },
{ CODEC_ID_ADPCM_IMA_DK4, 0x0061 }, /* rogue format number */
{ CODEC_ID_ADPCM_IMA_DK3, 0x0062 }, /* rogue format number */
{ CODEC_ID_VOXWARE, 0x0075 },
......
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