diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2006-04-07 16:59:57 +0000 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2006-04-07 16:59:57 +0000 |
commit | fd7b1991999d0dca96ee8fbd2f6a5f218accc6ae (patch) | |
tree | 308799f65af772c14962d2955283bc62ba917f05 /libavformat/avienc.c | |
parent | a01e08ee5c1bff665133885fb680472ab0702a12 (diff) | |
download | ffmpeg-fd7b1991999d0dca96ee8fbd2f6a5f218accc6ae.tar.gz |
KMVC (used in Worms games) decoder. Works fine with samples from MPHQ
Originally committed as revision 5273 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avienc.c')
-rw-r--r-- | libavformat/avienc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/avienc.c b/libavformat/avienc.c index dbb301dc13..edd2ea19df 100644 --- a/libavformat/avienc.c +++ b/libavformat/avienc.c @@ -200,6 +200,7 @@ const CodecTag codec_bmp_tags[] = { { CODEC_ID_TRUEMOTION2, MKTAG('T', 'M', '2', '0') }, { CODEC_ID_CSCD, MKTAG('C', 'S', 'C', 'D') }, { CODEC_ID_ZMBV, MKTAG('Z', 'M', 'B', 'V') }, + { CODEC_ID_KMVC, MKTAG('K', 'M', 'V', 'C') }, { CODEC_ID_RAWVIDEO, 0 }, { CODEC_ID_NONE, 0 }, }; |