[MPlayer-cvslog] CVS: main/etc codecs.conf,1.407,1.408

Roberto Togni CVS syncmail at mplayerhq.hu
Sun Apr 10 18:44:32 CEST 2005


CVS change done by Roberto Togni CVS

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

Modified Files:
	codecs.conf 
Log Message:
Support WMware video (fourcc VMnc) via binary dll
Patch by Tomas Simonaitis || haden |at| homelan |dot| lt ||


Index: codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v
retrieving revision 1.407
retrieving revision 1.408
diff -u -r1.407 -r1.408
--- codecs.conf	8 Apr 2005 21:35:31 -0000	1.407
+++ codecs.conf	10 Apr 2005 16:44:29 -0000	1.408
@@ -1465,6 +1465,14 @@
   dll "lsvxdec.dll"
   out BGR32,BGR24,BGR16 flip
 
+videocodec vmnc
+  info "VMware video"
+  status working
+  fourcc VMnc
+  driver vfw
+  dll "vmnc.dll"
+  out BGR24,BGR15,BGR8 query,flip
+
 
 ; quicktime codecs:
 




More information about the MPlayer-cvslog mailing list