From 84ed36da85b65b3b135f4dc06589454190fd4572 Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Mon, 30 Oct 2006 13:48:48 +0000 Subject: IMC decoder Originally committed as revision 6839 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/riff.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/riff.c') diff --git a/libavformat/riff.c b/libavformat/riff.c index cf6a6bca4c..5fbfc3680c 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -194,6 +194,7 @@ const CodecTag codec_wav_tags[] = { { 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') }, -- cgit v1.2.3