mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2025-01-20 02:33:40 +00:00
add amr in avi riff tags
Originally committed as revision 16303 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
ebfb0449d3
commit
c26436ec46
@ -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 },
|
||||
|
Loading…
x
Reference in New Issue
Block a user