[MPlayer-cvslog] r30230 - trunk/etc/codecs.conf

compn subversion at mplayerhq.hu
Wed Jan 6 04:44:24 CET 2010


Author: compn
Date: Wed Jan  6 04:44:24 2010
New Revision: 30230

Log:
add MVLZ and MVDV binary decoders to codecs.conf

Modified:
   trunk/etc/codecs.conf

Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf	Tue Jan  5 21:12:06 2010	(r30229)
+++ trunk/etc/codecs.conf	Wed Jan  6 04:44:24 2010	(r30230)
@@ -1947,6 +1947,22 @@ videocodec psiv
   dll "psiv.dll"
   out BGR32,BGR24 query,flip
 
+videocodec midivid1
+  info "http://www.midivid.com/codec/download.html"
+  status working
+  fourcc MVLZ
+  driver vfw
+  dll "MLZCodec.dll"
+  out BGR24,BGR16 flip
+
+videocodec midivid2
+  info "http://www.midivid.com/codec/download.html"
+  status working
+  fourcc MVDV
+  driver vfw
+  dll "MVCodec.dll"
+  out BGR24 flip
+
 videocodec midivid3
   info "www.midivid.com/codec/mv3codec.html"
   status working


More information about the MPlayer-cvslog mailing list