[Ffmpeg-cvslog] CVS: ffmpeg/libavformat avienc.c,1.121,1.122

Mike Melanson CVS melanson
Sun Feb 12 09:53:32 CET 2006


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

Modified Files:
	avienc.c 
Log Message:
dosbox native ZMBV decoder, courtesy of Kostya


Index: avienc.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavformat/avienc.c,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -d -r1.121 -r1.122
--- avienc.c	26 Jan 2006 19:42:45 -0000	1.121
+++ avienc.c	12 Feb 2006 08:53:29 -0000	1.122
@@ -195,6 +195,7 @@
     { 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 },
 };





More information about the ffmpeg-cvslog mailing list