diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2006-10-30 13:48:48 +0000 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2006-10-30 13:48:48 +0000 |
commit | 84ed36da85b65b3b135f4dc06589454190fd4572 (patch) | |
tree | 9a2dff40ca468d150e4dcc115aa6733232183198 /libavformat | |
parent | 9c5d7c568b882f78f1b5c84a3b8e7c44a527054d (diff) | |
download | ffmpeg-84ed36da85b65b3b135f4dc06589454190fd4572.tar.gz |
IMC decoder
Originally committed as revision 6839 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/riff.c | 1 |
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') }, |