summaryrefslogtreecommitdiff
path: root/libavformat/riff.c
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2006-10-30 13:48:48 +0000
committerKostya Shishkov <kostya.shishkov@gmail.com>2006-10-30 13:48:48 +0000
commit84ed36da85b65b3b135f4dc06589454190fd4572 (patch)
tree9a2dff40ca468d150e4dcc115aa6733232183198 /libavformat/riff.c
parent9c5d7c568b882f78f1b5c84a3b8e7c44a527054d (diff)
IMC decoder
Originally committed as revision 6839 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/riff.c')
-rw-r--r--libavformat/riff.c1
1 files changed, 1 insertions, 0 deletions
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') },