[Mplayer-cvslog] CVS: main/etc codecs.conf,1.320,1.321

Roberto Togni CVS rtognimp at mplayerhq.hu
Mon Jan 12 23:48:05 CET 2004


Update of /cvsroot/mplayer/main/etc
In directory mail:/scsi/2/tmp/cvs-serv772/etc

Modified Files:
	codecs.conf 
Log Message:
Use MSZH and ZLIB decoders from libavcodec


Index: codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v
retrieving revision 1.320
retrieving revision 1.321
diff -u -r1.320 -r1.321
--- codecs.conf	26 Dec 2003 09:58:46 -0000	1.320
+++ codecs.conf	12 Jan 2004 22:48:03 -0000	1.321
@@ -258,6 +258,22 @@
   out YUY2
   out BGR32,BGR24
 
+videocodec ffmszh
+  info "AVImszh (native codec)"
+  status working
+  fourcc MSZH
+  driver ffmpeg
+  dll "mszh"
+  out BGR24
+
+videocodec ffzlib
+  info "AVIzlib (native codec)"
+  status working
+  fourcc ZLIB
+  driver ffmpeg
+  dll "zlib"
+  out BGR24
+
 videocodec mpmszh
   info "AVImszh (native codec)"
   status working




More information about the MPlayer-cvslog mailing list