[MPlayer-cvslog] CVS: main/etc codecs.conf,1.454,1.455

Diego Biurrun CVS syncmail at mplayerhq.hu
Mon Feb 6 22:24:20 CET 2006


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main/etc
In directory mail:/var2/tmp/cvs-serv30195/etc

Modified Files:
	codecs.conf 
Log Message:
Add support for Zip Motion-Block Video (ZMB), patch by Kostya.


Index: codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v
retrieving revision 1.454
retrieving revision 1.455
diff -u -r1.454 -r1.455
--- codecs.conf	16 Jan 2006 19:27:07 -0000	1.454
+++ codecs.conf	6 Feb 2006 21:24:17 -0000	1.455
@@ -9,6 +9,14 @@
 ;                   VIDEO CODECS
 ;=============================================================================
 
+videocodec zmbv
+  info "Zip Motion-Block Video"
+  status working
+  fourcc ZMBV
+  driver vfw
+  dll "zmbv.dll"
+  out BGR24,BGR15,BGR8 query,flip
+
 ; MPEG-1/2 decoding:
 ; Note: mpegpes is preferred for hw decoders:
 




More information about the MPlayer-cvslog mailing list