[Ffmpeg-cvslog] CVS: ffmpeg/libavformat avienc.c,1.112,1.113

Mike Melanson CVS melanson
Thu Oct 13 06:31:58 CEST 2005


Update of /cvsroot/ffmpeg/ffmpeg/libavformat
In directory mail:/var2/tmp/cvs-serv19767/libavformat

Modified Files:
	avienc.c 
Log Message:
Duck TrueMotion 2 video decoder, courtesy of Konstantin Shishkov


Index: avienc.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavformat/avienc.c,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -d -r1.112 -r1.113
--- avienc.c	23 Sep 2005 00:25:41 -0000	1.112
+++ avienc.c	13 Oct 2005 04:31:55 -0000	1.113
@@ -188,6 +188,7 @@
     { 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 },
 };





More information about the ffmpeg-cvslog mailing list