changeset 1434:cfc938c2abbe libavformat

IMC decoder
author kostya
date Mon, 30 Oct 2006 13:48:48 +0000
parents dababce8f69e
children 3d757766c236
files riff.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/riff.c	Mon Oct 30 02:19:55 2006 +0000
+++ b/riff.c	Mon Oct 30 13:48:48 2006 +0000
@@ -194,6 +194,7 @@
     { CODEC_ID_ADPCM_SWF, ('S'<<8)+'F' },
     { CODEC_ID_TRUESPEECH, 0x22 },
     { CODEC_ID_FLAC, 0xF1AC },
+    { CODEC_ID_IMC, 0x401 },
 
     /* FIXME: All of the IDs below are not 16 bit and thus illegal. */
     { CODEC_ID_TTA, MKTAG('T', 'T', 'A', '1') },