diff options
author | Mike Melanson <mike@multimedia.cx> | 2006-02-12 08:53:29 +0000 |
---|---|---|
committer | Mike Melanson <mike@multimedia.cx> | 2006-02-12 08:53:29 +0000 |
commit | 9c8d8e84e0f4534d58be6b66f6ec1eef51e1d89c (patch) | |
tree | 04088d086300e11fcbbfcc94a0b0db6986a76e39 /libavformat | |
parent | 4e114829b1d03ce4714c45f5d8628d46cc873cc0 (diff) | |
download | ffmpeg-9c8d8e84e0f4534d58be6b66f6ec1eef51e1d89c.tar.gz |
dosbox native ZMBV decoder, courtesy of Kostya
Originally committed as revision 5000 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-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 a74a360a0d..8718b8ff94 100644 --- a/libavformat/avienc.c +++ b/libavformat/avienc.c @@ -195,6 +195,7 @@ const CodecTag codec_bmp_tags[] = { { CODEC_ID_THEORA, MKTAG('t', 'h', 'e', 'o') }, { 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_RAWVIDEO, 0 }, { 0, 0 }, }; |