diff options
author | Mike Melanson <mike@multimedia.cx> | 2005-10-13 04:31:55 +0000 |
---|---|---|
committer | Mike Melanson <mike@multimedia.cx> | 2005-10-13 04:31:55 +0000 |
commit | 64af6168f7b693037ac5b8e7043c38d69d6dab11 (patch) | |
tree | 81dd06bc2721a08a6231ae2a91ec278f2c3f861f /libavformat | |
parent | f37f8d4c559e3238b5c1a47a3b97d9793f3f077f (diff) | |
download | ffmpeg-64af6168f7b693037ac5b8e7043c38d69d6dab11.tar.gz |
Duck TrueMotion 2 video decoder, courtesy of Konstantin Shishkov
Originally committed as revision 4638 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 2fdead9dec..80c705bc5c 100644 --- a/libavformat/avienc.c +++ b/libavformat/avienc.c @@ -188,6 +188,7 @@ const CodecTag codec_bmp_tags[] = { { CODEC_ID_INDEO2, MKTAG('R', 'T', '2', '1') }, { CODEC_ID_FRAPS, MKTAG('F', 'P', 'S', '1') }, { CODEC_ID_THEORA, MKTAG('t', 'h', 'e', 'o') }, + { CODEC_ID_TRUEMOTION2, MKTAG('T', 'M', '2', '0') }, { CODEC_ID_RAWVIDEO, 0 }, { 0, 0 }, }; |