Commit c26436ec authored by Ben Littler's avatar Ben Littler

add amr in avi riff tags

Originally committed as revision 16303 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent ebfb0449
......@@ -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