IBM Ultimotion video decoder, courtesy of Konstantin Shishkov

Originally committed as revision 3468 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Mike Melanson
2004-09-16 03:31:41 +00:00
parent 69bde0b258
commit d0a0bbd22c
8 changed files with 4534 additions and 2 deletions

View File

@@ -167,6 +167,7 @@ const CodecTag codec_bmp_tags[] = {
{ CODEC_ID_FLV1, MKTAG('F', 'L', 'V', '1') },
{ CODEC_ID_SVQ1, MKTAG('s', 'v', 'q', '1') },
{ CODEC_ID_TSCC, MKTAG('t', 's', 'c', 'c') },
{ CODEC_ID_ULTI, MKTAG('U', 'L', 'T', 'I') },
{ CODEC_ID_RAWVIDEO, 0 },
{ 0, 0 },
};