changeset 4130:22a0dae5e6ae libavformat

add amr in avi riff tags
author compn
date Wed, 24 Dec 2008 02:20:07 +0000
parents 0116c7e7e3ef
children e9ef9239086b
files riff.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/riff.c	Mon Dec 22 22:12:44 2008 +0000
+++ b/riff.c	Wed Dec 24 02:20:07 2008 +0000
@@ -214,6 +214,8 @@
     { 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 },