[Ffmpeg-cvslog] CVS: ffmpeg/libavformat avienc.c,1.128,1.129

Konstantin Shishkov CVS kostya
Fri Apr 7 18:59:59 CEST 2006


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

Modified Files:
	avienc.c 
Log Message:
KMVC (used in Worms games) decoder. Works fine with samples from MPHQ


Index: avienc.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavformat/avienc.c,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -d -r1.128 -r1.129
--- avienc.c	2 Mar 2006 20:44:35 -0000	1.128
+++ avienc.c	7 Apr 2006 16:59:57 -0000	1.129
@@ -200,6 +200,7 @@
     { 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 },
 };





More information about the ffmpeg-cvslog mailing list